# HG changeset patch # User Tina Müller <cpan2@tinita.de> # Date 1587301430 -7200 # Sun Apr 19 15:03:50 2020 +0200 # Node ID afd9c7f859480fdfc487bbec3f23656489e470e6 # Parent c2c0149f86820448c7c1701bf86509b37099fc15 Add specific files back to .gitignore Seems this was an oversight in d050fe3f3006b55edf33a2ef91019a67d6c3fb10. We don't want to ignore all those file, but only the compiled executables. Also added '/' to several files. diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -14,22 +14,33 @@ .deps/ .libs/ /Testing/ -libtool +/libtool CMakeCache.txt CMakeFiles/ GNUmakefile Makefile Makefile.in -aclocal.m4 -autom4te.cache -config +/aclocal.m4 +/autom4te.cache +/config config.h* -config.status -configure -example-deconstructor* -example-reformatter* -run* +/config.status +/configure stamp-h1 -test-* !config/config.h.in -/packaging +/packaging/ +/tests/run-dumper +/tests/run-emitter +/tests/run-emitter-test-suite +/tests/run-loader +/tests/run-parser +/tests/run-parser-test-suite +/tests/run-scanner +/tests/example-deconstructor +/tests/example-deconstructor-alt +/tests/example-reformatter +/tests/example-reformatter-alt +/tests/run-test-suite +/tests/test-reader +/tests/test-version +/dist/