41 lines
311 B
Plaintext
Executable File
41 lines
311 B
Plaintext
Executable File
#mac
|
|
.DS_Store
|
|
|
|
#projects
|
|
.project
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
bin/*
|
|
test/bin/*
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
#doc
|
|
|
|
doc/html
|