]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
Merge pull request #1984 from MaloJaffre/fix_int_to_bits
[rust.git] / .gitignore
index acb3c020fe72778f6455f8d3d63f56392dd4733b..d25c1a08ee479c20694c1186ffd28c09310f9f7b 100644 (file)
@@ -1,17 +1,33 @@
+# Used by Travis to be able to push:
+/.github/deploy_key
+out
+
 # Compiled files
 *.o
 *.so
 *.rlib
 *.dll
+*.pyc
 
 # Executables
 *.exe
 
 # Generated by Cargo
 /target/
+/clippy_lints/target/
 
 # We don't pin yet
 Cargo.lock
 
 # Generated by dogfood
 /target_recur/
+
+# gh pages docs
+util/gh-pages/lints.json
+
+# rustfmt backups
+*.rs.bk
+
+helper.txt
+
+.vscode