2019-01-28 01:38:34 +03:00
|
|
|
target
|
2021-04-26 15:07:12 +03:00
|
|
|
generated-docs
|
2020-11-30 06:19:34 +03:00
|
|
|
zig-cache
|
2020-01-07 15:27:34 +03:00
|
|
|
.direnv
|
2021-10-24 17:22:00 +03:00
|
|
|
.envrc
|
2020-01-07 15:27:34 +03:00
|
|
|
*.rs.bk
|
2021-09-19 00:56:33 +03:00
|
|
|
*.o
|
2023-03-18 04:24:37 +03:00
|
|
|
*.so
|
2023-05-01 13:13:30 +03:00
|
|
|
*.so.*
|
2022-06-20 20:52:05 +03:00
|
|
|
*.obj
|
2022-10-30 15:29:43 +03:00
|
|
|
*.dll
|
2023-03-18 04:24:37 +03:00
|
|
|
*.dylib
|
2022-10-30 15:29:43 +03:00
|
|
|
*.lib
|
|
|
|
*.def
|
2021-09-25 08:00:58 +03:00
|
|
|
*.tmp
|
2022-06-15 00:09:16 +03:00
|
|
|
*.wasm
|
2022-08-02 00:54:55 +03:00
|
|
|
*.exe
|
|
|
|
*.pdb
|
2020-09-29 06:32:32 +03:00
|
|
|
|
2022-01-18 20:11:13 +03:00
|
|
|
# llvm human-readable output
|
2020-12-09 03:19:28 +03:00
|
|
|
*.ll
|
2021-05-15 00:28:50 +03:00
|
|
|
*.bc
|
2020-12-09 03:19:28 +03:00
|
|
|
|
2022-12-02 17:45:52 +03:00
|
|
|
# valgrind
|
2020-10-31 02:54:56 +03:00
|
|
|
vgcore.*
|
|
|
|
|
2022-12-02 17:45:52 +03:00
|
|
|
# roc cache files
|
2023-01-31 19:32:55 +03:00
|
|
|
*.rh*
|
|
|
|
*.rm*
|
2022-12-02 17:45:52 +03:00
|
|
|
preprocessedhost
|
|
|
|
metadata
|
|
|
|
|
2020-10-31 02:54:56 +03:00
|
|
|
#editors
|
|
|
|
.idea/
|
2020-12-15 17:00:24 +03:00
|
|
|
.vscode/
|
2021-06-16 05:19:03 +03:00
|
|
|
.ignore
|
2022-07-09 01:03:15 +03:00
|
|
|
.exrc
|
|
|
|
.vimrc
|
|
|
|
.nvimrc
|
2020-11-30 06:19:34 +03:00
|
|
|
|
2021-01-25 17:31:50 +03:00
|
|
|
#files too big to track in git
|
|
|
|
editor/benches/resources/100000_lines.roc
|
|
|
|
editor/benches/resources/10000_lines.roc
|
|
|
|
editor/benches/resources/1000_lines.roc
|
|
|
|
editor/benches/resources/100_lines.roc
|
|
|
|
editor/benches/resources/25000000_lines.roc
|
|
|
|
editor/benches/resources/50000_lines.roc
|
|
|
|
editor/benches/resources/500_lines.roc
|
|
|
|
|
2021-09-09 17:55:30 +03:00
|
|
|
# file editor creates when no arg is passed
|
2022-10-28 13:49:48 +03:00
|
|
|
roc-projects
|
2021-08-13 20:54:35 +03:00
|
|
|
|
2021-02-06 16:18:03 +03:00
|
|
|
# rust cache (sccache folder)
|
|
|
|
sccache_dir
|
2021-02-05 21:48:02 +03:00
|
|
|
|
2021-06-09 19:52:34 +03:00
|
|
|
# self-contained benchmark folder
|
|
|
|
bench-folder*
|
2021-08-13 20:54:35 +03:00
|
|
|
|
2021-07-20 15:10:35 +03:00
|
|
|
# earthly
|
|
|
|
earthly_log.txt
|
2021-10-23 20:53:39 +03:00
|
|
|
|
|
|
|
# created to test release
|
|
|
|
roc_linux_x86_64.tar.gz
|
2021-11-08 10:01:12 +03:00
|
|
|
|
|
|
|
# macOS .DS_Store files
|
|
|
|
.DS_Store
|
2022-07-05 18:23:28 +03:00
|
|
|
|
|
|
|
# files geneated when formatting fails
|
|
|
|
*.roc-format-failed
|
|
|
|
*.roc-format-failed-ast-after
|
|
|
|
*.roc-format-failed-ast-before
|
2022-12-01 06:29:42 +03:00
|
|
|
|
|
|
|
# nix
|
|
|
|
result
|
2022-12-15 10:10:14 +03:00
|
|
|
|
|
|
|
# tutorial
|
2023-03-06 23:59:41 +03:00
|
|
|
www/src/roc-tutorial
|
|
|
|
|
|
|
|
# Only keep Cargo.lock dependencies for the main compiler.
|
|
|
|
# Examples and test only crates should be fine to be unlocked.
|
|
|
|
# This remove unneccessary lock file versioning.
|
|
|
|
# It also ensures the compiler can always pull in 1 version of things and doesn't get restricted by sub lockfiles.
|
2023-03-07 08:38:28 +03:00
|
|
|
/**/Cargo.lock
|
2023-05-01 13:13:30 +03:00
|
|
|
!/Cargo.lock
|