summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTina Müller <cpan2@tinita.de>2020-04-19 15:03:50 +0200
committerTina Müller <cpan2@tinita.de>2020-05-21 18:04:15 +0200
commitce8357938cbfe23a5355200d6bf189bd09d58ef6 (patch)
tree1404851d97e6a84eb1cde01dd5a7881fcacb92a9
parentfec20d3fe68ef3cf521a7bf55f95739fd752d26f (diff)
downloadlibyaml-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--.gitignore33
1 files changed, 22 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 9bc3aa2..90840c8 100644
--- 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/