Browse Source

Reworked .gitignore

Lorenz Bung 8 years ago
parent
commit
94b7375ebd
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      .gitignore

+ 4
- 1
.gitignore View File

1
 # Generated by Cargo
1
 # Generated by Cargo
2
 # will have compiled files and executables
2
 # will have compiled files and executables
3
-/target/
3
+*/*/target/
4
 
4
 
5
 # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
5
 # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6
 # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
6
 # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
10
 **/*.rs.bk
10
 **/*.rs.bk
11
 
11
 
12
 *.swp
12
 *.swp
13
+
14
+# Files generated by IntelliJ IDEA
15
+*.idea

Loading…
Cancel
Save