Browse Source

Git ignore for any dir with infix 'build'

tempestpy_adaptions
Matthias Volk 5 years ago
parent
commit
9780ffeb1e
  1. 2
      .gitignore

2
.gitignore

@ -36,7 +36,7 @@ obj/
CMakeFiles/
CPackConfig.cmake
# The build Dir
build/
*build*/
build//CMakeLists.txt
/*.vcxproj
/*.filters

Loading…
Cancel
Save