Idris2/.gitignore

54 lines
545 B
Plaintext
Raw Normal View History

2020-05-18 16:01:41 +03:00
*.ibc
*.ttc
*.ttm
*.o
*.d
*.a
*.dll
*.dylib
2020-05-18 16:01:41 +03:00
/build
2021-04-07 15:55:04 +03:00
/lib
idris2docs_venv
2020-05-20 13:28:18 +03:00
/docs/build
2020-05-18 16:01:41 +03:00
/libs/**/build
/ipkg/build
/tests/**/build
/tests/**/output*
2020-05-18 16:01:41 +03:00
/tests/**/*.so
/tests/**/*.dylib
/tests/**/*.dll
/tests/failures
2020-05-19 14:49:21 +03:00
2021-01-12 16:20:42 +03:00
/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
*~
2021-11-17 13:41:03 +03:00
*.*.swp
# Emacs swap file
.\#*
# VS Code
.vscode/*
# macOS
.DS_Store