04/.gitignore

25 lines
205 B
Plaintext
Raw Permalink Normal View History

2022-02-18 13:02:47 +00:00
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Fortran module files
*.mod
*.smod
# Executables
*.exe
*.out
*.app
2022-02-23 05:02:15 +00:00
# SPIR-V shaders
*.spv