mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-23 14:18:02 +03:00
55 lines
562 B
Plaintext
55 lines
562 B
Plaintext
*.ibc
|
|
*.ttc
|
|
*.ttm
|
|
*.o
|
|
*.d
|
|
*.a
|
|
*.dll
|
|
*.dylib
|
|
|
|
/build
|
|
|
|
/lib
|
|
|
|
idris2docs_venv
|
|
/docs/build
|
|
|
|
/libs/**/build
|
|
/ipkg/build
|
|
|
|
/tests/**/build
|
|
/tests/**/prefix
|
|
/tests/**/output*
|
|
/tests/**/*.so
|
|
/tests/**/*.dylib
|
|
/tests/**/*.dll
|
|
/tests/failures
|
|
|
|
/benchmark/**/build
|
|
/benchmark/*.csv
|
|
|
|
/bootstrap-build
|
|
|
|
/src/IdrisPaths.idr
|
|
|
|
/custom.mk
|
|
|
|
# NixOS
|
|
/result
|
|
|
|
# Editor/IDE Related
|
|
# WARNING:
|
|
# do not put comments on the same line as a regex
|
|
# git seems to ignore the pattern in this case
|
|
|
|
# Vim swap file
|
|
*~
|
|
*.*.swp
|
|
# Emacs swap file
|
|
.\#*
|
|
# VS Code
|
|
.vscode/*
|
|
|
|
# macOS
|
|
.DS_Store
|