PuzzleSolver/.gitignore
PGotzmann c56b117d81 Added CLions local project directories and .DS_Store (MAC OS) to gitignore
Local folders created by CLion and MAC OS are now excluded in gitignore. This allows users to work directly in the local Git directory without syncing unnessasary files.
2017-11-22 11:05:35 +01:00

38 lines
323 B
Plaintext

# Prerequisites
*.d
*.swp
# 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
#Directories
cmake-build-debug
.idea
.DS_Store