]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
rustfmt fallout in doc comments
[rust.git] / .gitignore
index e5a2f2aa7b7030204db9f94d4079b13473251a5b..33ecb63593cd4a6db111b9b31738fe2b7c6147b6 100644 (file)
@@ -1,8 +1,13 @@
+# Used by Travis to be able to push:
+/.github/deploy_key
+out
+
 # Compiled files
 *.o
 *.so
 *.rlib
 *.dll
+*.pyc
 
 # Executables
 *.exe
@@ -19,3 +24,6 @@ Cargo.lock
 
 # gh pages docs
 util/gh-pages/lints.json
+
+# rustfmt backups
+*.rs.bk