rust/.gitignore

33 lines
350 B
Plaintext
Raw Normal View History

2016-07-20 03:25:46 +08:00
# Used by Travis to be able to push:
/.github/deploy_key
out
2014-11-19 15:52:58 +08:00
# Compiled files
*.o
*.so
*.rlib
*.dll
*.pyc
2014-11-19 15:52:58 +08:00
# Executables
*.exe
# Generated by Cargo
Cargo.lock
/target
/clippy_lints/target
2018-03-13 22:02:40 +08:00
/clippy_workspace_tests/target
2015-05-10 13:09:04 +08:00
# Generated by dogfood
/target_recur/
2016-07-12 20:11:18 +08:00
# gh pages docs
util/gh-pages/lints.json
2016-12-20 17:20:41 +08:00
# rustfmt backups
*.rs.bk
helper.txt
2017-04-07 17:25:00 +08:00
.vscode