2021-02-07 15:40:00 +08:00
|
|
|
|
2021-05-08 18:54:07 +08:00
|
|
|
# PocketLang ignore list
|
|
|
|
|
2021-05-11 14:38:23 +08:00
|
|
|
# Docs branch cloned into the docs sub directory
|
|
|
|
docs/
|
|
|
|
|
2021-02-07 15:40:00 +08:00
|
|
|
build/
|
2021-05-08 18:54:07 +08:00
|
|
|
bin/
|
|
|
|
test/bin/
|
|
|
|
[Rr]elease/
|
|
|
|
[Dd]ebug/
|
2021-02-07 15:40:00 +08:00
|
|
|
*__pycache__/
|
|
|
|
.vs/
|
|
|
|
.vscode/
|
2021-05-08 18:54:07 +08:00
|
|
|
x64/
|
2021-02-07 15:40:00 +08:00
|
|
|
|
|
|
|
*.dblite
|
|
|
|
*.idb
|
|
|
|
*.pdb
|
2021-05-08 18:54:07 +08:00
|
|
|
*.exp
|
2021-02-07 15:40:00 +08:00
|
|
|
*.sln
|
|
|
|
*.vcxproj
|
|
|
|
*.vcxproj.filters
|
|
|
|
*.vcxproj.user
|
|
|
|
*.obj.enc
|
|
|
|
|
|
|
|
# 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
|