Browse Source

Fixed gitignore to only exclude build dirs in the root folder.

Otherwise, e.g. src/storm/builder/ would also be excluded.
tempestpy_adaptions
Matthias Volk 5 years ago
parent
commit
fedac853df
  1. 2
      .gitignore

2
.gitignore

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

Loading…
Cancel
Save