Commit 5fe797b6 by Dominic Hamon

Add top-level folders to gitignore to enable out-of-source builds

parent 55285fd2
......@@ -5,20 +5,35 @@
*.cmake
!/cmake/*.cmake
*~
/test/benchmark_test
/test/re_test
# cmake files.
/Testing
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
# makefiles.
Makefile
# in-source build.
bin/
cmake_install.cmake
lib/
/test/benchmark_test
/test/re_test
# exuberant ctags.
tags
# YouCompleteMe configuration.
.ycm_extra_conf.pyc
# ninja generated files.
.ninja_deps
.ninja_log
build.ninja
install_manifest.txt
rules.ninja
# out-of-source build top-level folders.
build/
_build/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment