Nasal-Interpreter/.gitignore

36 lines
289 B
Plaintext
Raw Normal View History

2019-07-25 02:11:59 +08:00
# 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
# Executables
*.exe
*.out
*.app
2021-10-16 14:07:55 +08:00
nasal
.vscode
dump