pocketlang/.gitignore

43 lines
469 B
Plaintext
Raw Normal View History

2021-02-07 15:40:00 +08:00
2021-05-08 18:54:07 +08:00
# PocketLang ignore list
2021-02-07 15:40:00 +08:00
.vs/
.vscode/
2021-05-19 02:59:09 +08:00
# It's a convinent batch scrpit to run pyton script
# changing directory and run another script.
# Which are compile wasm and generate pages.
docs/build.bat
2021-02-07 15:40:00 +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