# Files ignored by GIT version control

# Build tool (and compiler) temporary output
castle-engine-output

# Lazarus IDE
# lps (session settings) are user-specific, so they should not be versioned
*.lps
*.dbg

# Delphi
*.identcache
# https://docwiki.embarcadero.com/RADStudio/Sydney/en/API_(*.rsm)
*.rsm
*.local
__recovery
__history
*.deployproj
*.delphilsp.json
# Auto-updated by Delphi IDE, unused for now (we use castle-auto-generated-resources.res)
/test_glent_standalone.res

# Blender
*.blend?

# Unix executable
/test-glent
# Windows executable
/test-glent.exe
# Executables (Windows, Unix) made when building from Delphi IDE, which doesn't rename to test-glent
/test_glent_standalone.exe
/test_glent_standalone
# Library files placed alongside Windows executable
*.dll
# Auto-updated by CGE tools when compiling Windows build
castle-auto-generated-resources.res

# May contain secret data (your Android keystore username and password)
AndroidSigningProperties.txt

# May contain settings specific to your user / machine
CastleProjectLocalSettings.json
