Skip to content

Commit e26474a

Browse files
committed
More precise gitignore patterns
1 parent 0ea0ca6 commit e26474a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
/buck-out
77
/expand.cc
88
/expand.rs
9-
Cargo.lock
10-
target
9+
/target/
10+
/Cargo.lock

book/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/build
1+
/build/
22
/mdbook
3-
/node_modules
3+
/node_modules/

book/diagram/.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
*.aux
2-
*.fdb_latexmk
3-
*.fls
4-
*.log
5-
*.pdf
6-
*.png
7-
*.svg
1+
/*.aux
2+
/*.fdb_latexmk
3+
/*.fls
4+
/*.log
5+
/*.pdf
6+
/*.png
7+
/*.svg

third-party/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/vendor
1+
/vendor/

0 commit comments

Comments
 (0)