Login
7 branches 0 tags
Ben (X13/Arch) WIP a25bc3e 3 years ago 651 Commits
nujel / .gitignore
# OSX Files
Icon?
.DS_Store
._*
xcuserdata/
*.xcscmblueprint
*.xccheckout
/DerivedData/
.vscode/

# debugging/profiling data
/callgrind.out.*
/vgcore.*
gmon.out

# Executables/Object/Temporary files
/tmp
/nujel
/nujel-bootstrap
/tools/assets
/tools/emsdk
*.out
*.a
*.com
*.dbg
*.lib
*.so
*.o
*.err
/stdlib/**/*.no
/binlib/**/*.no
/tests/**/*.no
*.wd
*.wa
*.wo
*.d
*.deps
*.gch
*.obj
*.err
*.dylib
*.exe
*.kate-swp
*.dll
*.core
*.res
*.dSYM
*.tar.xz
*.tar.gz

/bootstrap/stdlib.c
/bootstrap/stdlib.h
/bootstrap/binlib.c
/bootstrap/binlib.h

/web/index.js
/web/index.html
/web/index.wasm
/web/index.wasm
/.vs

/web/filesystem.json
/web/benchmark-results/
/web/report-data.js