49 lines
511 B
Plaintext
49 lines
511 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
|
|
|
|
# CLion folder
|
|
Source/.idea/*
|
|
Source/cmake-build-debug/*
|
|
Source/cmake-build-release/*
|
|
Source/.DS_Store
|
|
cmake-build-debug
|
|
.idea
|
|
.DS_Store
|
|
|
|
|
|
#Directories
|
|
cmake-build-debug
|
|
.idea
|
|
.DS_Store
|