bgen/.gitignore
saarsena@gmail.com 6ee49c3375 chore: broaden .gitignore to exclude bin/ and generated maps
Previously only /bin/genesis was ignored; bin/genesis3d and future
binaries now get covered. demo/maps/ is generated export output and
should not be tracked.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-18 13:23:54 -04:00

50 lines
548 B
Text

# Compiled binaries
/bin/
# C build objects
/obj/
# Generated maps
/demo/maps/
# Godot GDExtension build artifacts
/godot/build/
/demo/addons/brogue_gen/
# godot-cpp build artifacts (keep sources, drop generated/compiled)
/godot/godot-cpp/bin/
/godot/godot-cpp/gen/
# Python cache
__pycache__/
*.pyc
*.pyo
# Object / library files
*.o
*.os
*.obj
*.a
*.so
*.dylib
*.dll
# Godot editor artifacts
.godot/
*.import
# SCons
.sconsign.dblite
.scons_node_count
config.log
# Editors / IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db