From ff2f17963940513dcd4274e4ef5f2236b0dd12e0 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Wed, 9 May 2012 21:37:52 -0400 Subject: [PATCH] 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. --- .gitignore | 39 +++++++++++++++++++-------------------- src/.gitignore | 1 + 2 files changed, 20 insertions(+), 20 deletions(-) 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 -- 2.43.2