mpri-graphics-project/.gitignore

31 lines
254 B
Plaintext
Raw Normal View History

2018-01-25 11:00:05 +01:00
# ---> C++
# Compiled Object files
*.slo
*.lo
*.o
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
2018-02-06 19:09:02 +01:00
*.bin