2
0

.gitignore 139 B

123456789
  1. # Ignore build directory
  2. /build
  3. # Ignore CMake-generated config files
  4. /engine/Config.h
  5. /tools/Config.h
  6. # Ignore python stuff
  7. __pycache__