Skip to content
Snippets Groups Projects
Commit afd9c7f85948 authored by Tina Müller's avatar Tina Müller
Browse files

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.
parent c2c0149f8682
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
.deps/ .deps/
.libs/ .libs/
/Testing/ /Testing/
libtool /libtool
CMakeCache.txt CMakeCache.txt
CMakeFiles/ CMakeFiles/
GNUmakefile GNUmakefile
Makefile Makefile
Makefile.in Makefile.in
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
CMakeCache.txt CMakeCache.txt
CMakeFiles/ CMakeFiles/
GNUmakefile GNUmakefile
Makefile Makefile
Makefile.in Makefile.in
aclocal.m4 /aclocal.m4
autom4te.cache /autom4te.cache
config /config
config.h* config.h*
...@@ -26,7 +26,4 @@ ...@@ -26,7 +26,4 @@
config.h* config.h*
config.status /config.status
configure /configure
example-deconstructor*
example-reformatter*
run*
stamp-h1 stamp-h1
...@@ -32,3 +29,2 @@ ...@@ -32,3 +29,2 @@
stamp-h1 stamp-h1
test-*
!config/config.h.in !config/config.h.in
...@@ -34,2 +30,17 @@ ...@@ -34,2 +30,17 @@
!config/config.h.in !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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment