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/
CPackConfig.cmake
# The build Dir
*build*/
/*build*/
build//CMakeLists.txt
/*.vcxproj
/*.filters

Loading…
Cancel
Save