* .gitignore: use absolute repository paths when possible --- .gitignore | 79 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 41 insertions(+), 38 deletions(-)
diff --git a/.gitignore b/.gitignore index 2e1b097..1d2394b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,44 +1,47 @@ /ABOUT-NLS *~ *.[oa] -.dirstamp -ABOUT-NLS -INSTALL -Makefile -Makefile.in -aclocal.m4 -config.h -config.in -config.log -config.status -configure -maint.mk -stamp.h* *.cache -src/.libs -src/.deps -hello -po/.reference -po/*.gmo -po/POTFILES -po/messages -po/stamp-po -po/*.pot -hello.1 -doc/*.aux -doc/*.dvi -doc/*.info* -doc/*.log -doc/*.pdf -doc/*.toc -doc/hello.?? -doc/hello.??s -doc/stamp-vti -doc/wwwtemp -lib -m4 -hello-*.tar.* -stamp-h1 -.sc-start-sc* +.dirstamp + +/.sc-start-sc* +/aclocal.m4 +/config.h +/config.in +/config.log +/config.status +/configure +/doc/*.aux +/doc/*.dvi +/doc/*.info* +/doc/*.log +/doc/*.pdf +/doc/*.toc +/doc/hello.?? +/doc/hello.??s +/doc/stamp-vti +/doc/wwwtemp /GNUmakefile +/hello +/hello-*.tar.* +/hello.1 +/INSTALL +/lib +/m4 +/maint.mk +/Makefile +/Makefile.in +/man/hello.1 +/po/*.gmo +/po/*.pot +/po/.reference +/po/Makefile +/po/Makefile.in +/po/messages +/po/POTFILES +/po/stamp-po /README-release +/src/.deps +/src/.libs +/stamp-h1 +/stamp.h* -- 1.8.4.2
