Skip to content

Commit

Permalink
Add specific files back to .gitignore
Browse files Browse the repository at this point in the history
Seems this was an oversight in d050fe3.
We don't want to ignore all those file, but only the compiled executables.

Also added '/' to several files.
  • Loading branch information
perlpunk committed May 21, 2020
1 parent fec20d3 commit ce83579
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit ce83579

Please sign in to comment.