diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2011-12-17 02:58:00 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2011-12-17 02:58:00 +0100 |
commit | ca7ba81e6598069057298fb2b0200ef93e62c313 (patch) | |
tree | 78443519365b6504b8495bf7cff317eeb3e1bb4e /.gitignore | |
parent | 482c167dffd033915f693c13eb3c47e6f6f77a27 (diff) | |
download | conntrack-tools-ca7ba81e6598069057298fb2b0200ef93e62c313.tar.gz conntrack-tools-ca7ba81e6598069057298fb2b0200ef93e62c313.zip |
Update .gitignore
Only ignore these paths if they are a directory.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -.deps -.libs +.deps/ +.libs/ Makefile Makefile.in *.o @@ -7,7 +7,7 @@ Makefile.in *.lo /aclocal.m4 -/autom4te.cache +/autom4te.cache/ /config.* /configure /depcomp |