mirror of
https://github.com/Relintai/gdnative.git
synced 2025-01-30 18:39:20 +01:00
17 lines
173 B
Plaintext
17 lines
173 B
Plaintext
|
# Do not ignore solution files inside the mono module. Overrides Godot's global gitignore.
|
||
|
!*.sln
|
||
|
|
||
|
.import
|
||
|
*.d
|
||
|
*.o
|
||
|
*.meta
|
||
|
*.obj
|
||
|
*.pyc
|
||
|
*.bc
|
||
|
*.os
|
||
|
*.gen.h
|
||
|
*.gen.cpp
|
||
|
|
||
|
bin/
|
||
|
obj/
|