PuzzleSolver/.gitignore

42 lines
371 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
2017-12-02 16:54:00 +01:00
# CLion folder
Source/.idea/*
2017-12-05 19:44:54 +01:00
Source/cmake-build-debug/*
cmake-build-debug
.idea
.DS_Store
2017-12-03 11:02:59 +01:00