]> git.lizzy.rs Git - rust.git/blobdiff - .gitignore
also lint private modules for module_inception, as that is the main issue
[rust.git] / .gitignore
index 37727f91cbeed77698ea9cd0bcd5f074caf34739..a6b636709c5231ddd9de23898cea2e2e9a5609a2 100644 (file)
@@ -1,11 +1,26 @@
+# 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