mono/.gitignore

18 lines
174 B
Plaintext
Raw Permalink Normal View History

2023-05-23 17:54:30 +02:00
# Do not ignore solution files inside the mono module. Overrides Godot's global gitignore.
!*.sln
2023-05-23 20:55:45 +02:00
2023-06-01 17:20:49 +02:00
*.gen.cpp
2023-05-23 20:55:45 +02:00
.import
*.d
*.o
*.meta
*.obj
*.pyc
*.bc
*.os
*.gen.h
bin/
obj/