diff options
author | Tina Müller <cpan2@tinita.de> | 2020-04-19 15:03:50 +0200 |
---|---|---|
committer | Tina Müller <cpan2@tinita.de> | 2020-05-21 18:04:15 +0200 |
commit | ce8357938cbfe23a5355200d6bf189bd09d58ef6 (patch) | |
tree | 1404851d97e6a84eb1cde01dd5a7881fcacb92a9 | |
parent | fec20d3fe68ef3cf521a7bf55f95739fd752d26f (diff) | |
download | libyaml-git-ce8357938cbfe23a5355200d6bf189bd09d58ef6.tar.gz |
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.
-rw-r--r-- | .gitignore | 33 |
1 files changed, 22 insertions, 11 deletions
@@ -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/ |