From d9fc869d2f3a52b536ba6602c08f789efb4d0228 Mon Sep 17 00:00:00 2001 From: jin-eld Date: Sun, 1 Sep 2013 21:43:46 +0300 Subject: Add .dirstamp to gitignore Seems like the subdir-objects automake option is generating .dirstamp files which should be ignored by git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 99f6cfe8..059987b5 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ libtool .deps .libs +.dirstamp #netbeans nbproject -- cgit v1.2.3