2020-05-18 16:01:41 +03:00
|
|
|
*.ibc
|
|
|
|
*.ttc
|
|
|
|
*.ttm
|
2020-05-19 16:46:28 +03:00
|
|
|
*.o
|
|
|
|
*.d
|
|
|
|
*.a
|
|
|
|
*.dll
|
2021-04-05 13:27:56 +03:00
|
|
|
*.dylib
|
2020-05-18 16:01:41 +03:00
|
|
|
|
|
|
|
/build
|
|
|
|
|
2021-04-07 15:55:04 +03:00
|
|
|
/lib
|
|
|
|
|
2021-04-06 17:42:04 +03:00
|
|
|
idris2docs_venv
|
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
|
2021-05-10 11:05:43 +03:00
|
|
|
/tests/**/output*
|
2020-05-18 16:01:41 +03:00
|
|
|
/tests/**/*.so
|
|
|
|
/tests/**/*.dylib
|
|
|
|
/tests/**/*.dll
|
2021-05-11 11:46:21 +03:00
|
|
|
/tests/failures
|
2020-05-19 14:49:21 +03:00
|
|
|
|
2021-01-12 16:20:42 +03:00
|
|
|
/benchmark/**/build
|
|
|
|
/benchmark/*.csv
|
|
|
|
|
2021-07-04 05:17:13 +03:00
|
|
|
/bootstrap-build
|
2021-04-06 17:42:04 +03:00
|
|
|
|
|
|
|
/src/IdrisPaths.idr
|
2020-06-17 15:31:17 +03:00
|
|
|
|
2020-08-04 22:03:18 +03:00
|
|
|
/custom.mk
|
2021-03-09 21:27:05 +03:00
|
|
|
|
2021-04-06 17:42:04 +03:00
|
|
|
# NixOS
|
|
|
|
/result
|
|
|
|
|
|
|
|
# Editor/IDE Related
|
2021-05-10 11:05:43 +03:00
|
|
|
# WARNING:
|
|
|
|
# do not put comments on the same line as a regex
|
|
|
|
# git seems to ignore the pattern in this case
|
|
|
|
|
|
|
|
# Vim swap file
|
|
|
|
*~
|
2021-11-17 13:41:03 +03:00
|
|
|
*.*.swp
|
2021-05-10 11:05:43 +03:00
|
|
|
# Emacs swap file
|
|
|
|
.\#*
|
|
|
|
# VS Code
|
|
|
|
.vscode/*
|
2021-04-06 17:42:04 +03:00
|
|
|
|
|
|
|
# macOS
|
2021-03-09 21:27:05 +03:00
|
|
|
.DS_Store
|