mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-10 13:44:21 +03:00
41 lines
494 B
Plaintext
41 lines
494 B
Plaintext
idris2docs_venv
|
|
*~
|
|
*.ibc
|
|
*.ttc
|
|
*.ttm
|
|
*.o
|
|
*.d
|
|
*.a
|
|
*.dll
|
|
|
|
# Editor/IDE Related
|
|
.\#* # Emacs swap file
|
|
*~ # Vim swap file
|
|
# VS Code
|
|
.vscode/*
|
|
|
|
/build
|
|
|
|
/docs/build
|
|
|
|
/libs/**/build
|
|
|
|
/tests/**/build
|
|
/tests/**/output
|
|
/tests/**/*.so
|
|
/tests/**/*.dylib
|
|
/tests/**/*.dll
|
|
/tests/build/exec
|
|
|
|
/src/IdrisPaths.idr
|
|
|
|
/bootstrap/bin/
|
|
/bootstrap/lib/
|
|
/bootstrap/idris2-0*/
|
|
/bootstrap/idris2_app/idris2-boot*
|
|
/bootstrap/idris2_app/libidris2_support.*
|
|
/bootstrap/idris2-boot
|
|
/bootstrap/idris2-boot.rkt
|
|
|
|
/custom.mk
|