]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
travis: sort integration test jobs so that the jobs taking the most time are run...
[rust.git] / .gitignore
index e5a2f2aa7b7030204db9f94d4079b13473251a5b..f1f4fa4e242aafc008a3a74ab9af21100a0eb35a 100644 (file)
@@ -1,21 +1,37 @@
+# Used by Travis to be able to push:
+/.github/deploy_key
+out
+
 # Compiled files
 *.o
+*.d
 *.so
 *.rlib
 *.dll
+*.pyc
+*.rmeta
 
 # Executables
 *.exe
 
 # Generated by Cargo
-/target/
-/clippy_lints/target/
-
-# We don't pin yet
-Cargo.lock
+*Cargo.lock
+/target
+/clippy_lints/target
+/clippy_workspace_tests/target
+/clippy_dev/target
+/rustc_tools_util/target
 
 # Generated by dogfood
 /target_recur/
 
 # gh pages docs
 util/gh-pages/lints.json
+
+# rustfmt backups
+*.rs.bk
+
+helper.txt
+*.iml
+.vscode
+.idea