Skip to content
Snippets Groups Projects
Commit a1b1f072 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Git ignore build-* instead of build-cmake.

This enables users to have several build directories like
build-clang, build-gcc5, build-debug, and still get all
of them ignored.
parent f23a83a9
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
/aclocal.m4
/am
/autom4te.cache/
/build-cmake/
/build-*/
/compile
/config.guess
/config.h
......@@ -32,4 +32,4 @@
/test-driver
Makefile
Makefile.in
semantic.cache
semantic.cache
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment