3dtoys/.gitignore
2024-09-07 11:40:24 -04:00

32 lines
222 B
Plaintext

# A place to put garbage
ignore/
# Various files
*.obj
*.cam
*.tar.gz
*.Identifier
callgrind.*
# Images
*.ppm
*.png
*.gif
*.jpg
*.jpeg
*.mp4
# Libraries
*.o
*.a
*.dll
# Editor
*.swp
*.swo
# Binaries
*.exe
*.elf
a.out