2020-05-23 22:03:36 +03:00
|
|
|
idris2docs_venv
|
2020-05-18 16:01:41 +03:00
|
|
|
*~
|
|
|
|
*.ibc
|
|
|
|
*.ttc
|
|
|
|
*.ttm
|
2020-05-19 16:46:28 +03:00
|
|
|
*.o
|
|
|
|
*.d
|
|
|
|
*.a
|
|
|
|
*.dll
|
2020-05-18 16:01:41 +03:00
|
|
|
|
2020-05-25 03:49:25 +03:00
|
|
|
# Editor/IDE Related
|
|
|
|
.\#* # Emacs swap file
|
|
|
|
*~ # Vim swap file
|
2020-06-21 15:14:46 +03:00
|
|
|
# VS Code
|
|
|
|
.vscode/*
|
2020-05-25 03:49:25 +03:00
|
|
|
|
2020-05-18 16:01:41 +03:00
|
|
|
/build
|
|
|
|
|
2020-05-20 13:28:18 +03:00
|
|
|
/docs/build
|
|
|
|
|
2020-05-18 16:01:41 +03:00
|
|
|
/libs/**/build
|
2020-05-19 16:46:28 +03:00
|
|
|
|
2020-05-20 12:31:30 +03:00
|
|
|
/tests/**/build
|
2020-05-18 16:01:41 +03:00
|
|
|
/tests/**/output
|
|
|
|
/tests/**/*.so
|
|
|
|
/tests/**/*.dylib
|
|
|
|
/tests/**/*.dll
|
2020-05-20 01:46:57 +03:00
|
|
|
/tests/build/exec
|
2020-05-19 14:49:21 +03:00
|
|
|
|
|
|
|
/src/IdrisPaths.idr
|
2020-05-20 01:46:57 +03:00
|
|
|
|
|
|
|
/bootstrap/bin/
|
|
|
|
/bootstrap/lib/
|
2020-05-20 13:57:49 +03:00
|
|
|
/bootstrap/idris2-0*/
|
2020-05-23 21:32:00 +03:00
|
|
|
/bootstrap/idris2_app/idris2-boot*
|
2020-05-20 16:17:06 +03:00
|
|
|
/bootstrap/idris2_app/libidris2_support.*
|
2020-05-20 13:57:49 +03:00
|
|
|
/bootstrap/idris2boot
|
|
|
|
/bootstrap/idris2boot.rkt
|
2020-06-17 15:31:17 +03:00
|
|
|
|
|
|
|
/custom.mk
|