Skip to content

Commit b0809ea

Browse files
committed
Cleanup .gitignore
1 parent da083a8 commit b0809ea

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.gitignore

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
/target
2-
/build_system/target
3-
**/*.rs.bk
4-
*.rlib
5-
*.o
6-
perf.data
7-
perf.data.old
8-
*.events
9-
*.string*
1+
# Build artifacts during normal use
102
/y.bin
113
/y.bin.dSYM
124
/y.exe
135
/y.pdb
6+
/download
147
/build
158
/dist
9+
/target
10+
/build_system/target
11+
12+
# Downloaded by certain scripts
1613
/rust
17-
/download
1814
/git-fixed-subtree.sh
15+
16+
# Various things that can be created during development
17+
*.rlib
18+
*.o
19+
perf.data
20+
perf.data.old
21+
*.mm_profdata

0 commit comments

Comments
 (0)