From: Nick Bowler Date: Thu, 10 May 2012 01:37:52 +0000 (-0400) Subject: misc: Fix up paths in top-level .gitignore. X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/ff2f17963940513dcd4274e4ef5f2236b0dd12e0 misc: Fix up paths in top-level .gitignore. Make paths explicitly match files in the top-level directory so that similar paths in subdirectories are not unintentionally excluded. --- diff --git a/.gitignore b/.gitignore index d0c3877..0a6c309 100644 --- a/.gitignore +++ b/.gitignore @@ -6,24 +6,23 @@ Makefile.in .libs .deps .dirstamp -config.* -aclocal.m4 -autom4te.cache -configure -libtool -libltdl -ltmain.sh -install-sh -depcomp -missing -mkinstalldirs -stamp-h1 -compile -upkg -libuobject.pc -link-warning.h -lib -warn-on-use.h -arg-nonnull.h -c++defs.h +/config.* +/configure +/aclocal.m4 +/autom4te.cache +/libtool +/libltdl +/ltmain.sh +/install-sh +/depcomp +/missing +/mkinstalldirs +/stamp-h1 +/compile +/libuobject.pc +/lib +/link-warning.h +/warn-on-use.h +/arg-nonnull.h +/c++defs.h /test-suite.log diff --git a/src/.gitignore b/src/.gitignore index 92636b9..5f1347e 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1 +1,2 @@ *.gobstamp +/upkg