The-Powder-Toy/.gitignore
jacob1 57593fb212
Add credits UI
Lists all GitHub contributors and moderators, alongside the original credits (which were moved from the intro text to here)

The UI itself is controlled with credits.json. This can be regenerated with resources/gencredits.py.
2024-12-16 22:42:41 -05:00

96 lines
850 B
Plaintext

# Misc extensions, system files
*.zip
*.txt
*.gz
*.out
*.sh
*.py
*.png
*.ppm
*.swp
*~
.DS_Store
# Build files
build*/*
*.o
*.exe
*.dmg
*.dll
*.a
*.la
# Legacy SCons files
config.log
*.sconsign.dblite
*.sconf_temp
/site_scons/
/generated/
# User data
/stamps/
/Saves/
/scripts/
/recordings/
*.def
*.pref
*.lua
screenshot_*
# Visual studio
/Debug/
/Release/
/includes/
*.vcxproj*
*.user
*.filter
*.sln
*.suo
*.manifest
*.manifest.res
*manifest.rc
*res.res
*.idb
*.obj
*.tlog
*.lib
*.ipch
*.ilk
*.log
*.lastbuildstate
*.unsuccessfulbuild
*.pdb
*.db
# QtCreator / KDevelop
*.user
*.config
*.creator*
*.cflags
*.cxxflags
*.files
*.includes
*.kdev4
/.kdev4
# Other IDEs / misc
/.idea
.vscode/
.vs/
*.sublime-*
*.project
*.cproject
*.settings
*.cbp
*.layout
*.gch
*.pyc
*.xcodeproj
*.plist
*.lproj
*.opensdf
*.sdf
/font/
compile_commands.json
ignore/