PuzzleSolver/.gitignore

37 lines
329 B
Plaintext
Raw Normal View History

2017-11-18 10:24:34 +01:00
# Prerequisites
*.d
2017-11-18 10:44:10 +01:00
*.swp
2017-11-18 10:24:34 +01:00
# 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
*.app
CLion folder
Source/.idea/
Source/cmake-build-debug/