pocketlang/.gitignore
Thakee Nathees b285336895 fiber stored as register variable
and the benchmark script refactored, and now it will generate an
html report
2022-04-14 08:01:16 +05:30

45 lines
395 B
Plaintext

# PocketLang ignore list
.idea/
.vs/
.vscode/
.DS_Store
build/
tests/benchmarks/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