PuzzleSolver/.gitignore

32 lines
300 B
Plaintext
Raw Normal View History

2017-11-18 10:26:50 +01:00
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
2017-11-18 10:24:34 +01:00
*.app