# Prerequisites
|
|
*.d
|
|
|
|
# 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
|
|
|
|
# Emacs stuff
|
|
TAGS
|
|
|
|
# Ignore executable
|
|
src/dynamicLoadTest
|
|
src/runProcessTest
|
|
src/dependencyTest
|
|
runtime/HotReloadingTest
|
|
|
|
*.cake.*
|
|
cakelisp_cache/
|
|
|
|
bin/
|
|
lib/
|