principia/.gitignore
2024-03-06 00:03:58 +01:00

19 lines
409 B
Text

# CMake build folders. If you make new build folders in a format like
# `build_clang` then it will be ignored by Git.
build/
build_*/
# Misc. development files
.vscode/
*.patch
opengl32.dll
.cache/
compile_commands.json
# Model junk files
*.blend1
*.blend2
*.blend3
# Pro tip: Need to ignore any more specific files during development?
# Use your local Git ignore file available at `~/.config/git/ignore`!