Commit 5fe797b6 by Dominic Hamon

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

parent 55285fd2
...@@ -5,20 +5,35 @@ ...@@ -5,20 +5,35 @@
*.cmake *.cmake
!/cmake/*.cmake !/cmake/*.cmake
*~ *~
/test/benchmark_test
/test/re_test # cmake files.
/Testing /Testing
CMakeCache.txt CMakeCache.txt
CMakeFiles/ CMakeFiles/
cmake_install.cmake
# makefiles.
Makefile Makefile
# in-source build.
bin/ bin/
cmake_install.cmake
lib/ lib/
/test/benchmark_test
/test/re_test
# exuberant ctags.
tags tags
# YouCompleteMe configuration.
.ycm_extra_conf.pyc .ycm_extra_conf.pyc
# ninja generated files.
.ninja_deps .ninja_deps
.ninja_log .ninja_log
build.ninja build.ninja
install_manifest.txt install_manifest.txt
rules.ninja 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