rust/.gitignore

32 lines
319 B
Plaintext
Raw Normal View History

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