Nasal-Interpreter/.gitignore

61 lines
544 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
# VS C++ sln
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
.vs
x64
2023-05-11 20:12:59 +08:00
CMakePresents.json
2022-08-16 01:40:22 +08:00
# nasal executable
2021-10-16 14:07:55 +08:00
nasal
2022-08-16 01:40:22 +08:00
nasal.exe
# misc
.vscode
2022-08-17 21:09:22 +08:00
dump
2023-07-23 18:30:32 +08:00
fgfs.log
2023-08-19 21:36:12 +08:00
.temp.*
2023-05-06 21:12:40 +08:00
# build dir
build
2023-05-11 20:12:59 +08:00
out
2023-05-06 21:12:40 +08:00
# macOS special cache directory
.DS_Store
# ppm picture generated by ppmgen.nas
*.ppm