66 lines
982 B
Text
66 lines
982 B
Text
# Compiled Object files from SCons
|
|
*.os
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/c++,godot,scons
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=c++,godot,scons
|
|
|
|
### C++ ###
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
### Godot ###
|
|
# Godot 4+ specific ignores
|
|
.godot/
|
|
|
|
# Godot-specific ignores
|
|
.import/
|
|
export.cfg
|
|
export_presets.cfg
|
|
|
|
# Imported translations (automatically generated from CSV files)
|
|
*.translation
|
|
|
|
# Mono-specific ignores
|
|
.mono/
|
|
data_*/
|
|
mono_crash.*.json
|
|
|
|
### SCons ###
|
|
# for projects that use SCons for building: http://http://www.scons.org/
|
|
.sconsign.dblite
|
|
|
|
# When configure fails, SCons outputs these
|
|
config.log
|
|
.sconf_temp
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/c++,godot,scons
|