mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-01-28 08:20:27 +08:00
45 lines
386 B
Plaintext
45 lines
386 B
Plaintext
|
|
# PocketLang ignore list
|
|
.idea/
|
|
.vs/
|
|
.vscode/
|
|
.DS_Store
|
|
build/
|
|
|
|
scripts/report.html
|
|
docs/build/
|
|
docs/static/wasm/
|
|
|
|
# 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
|