We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da083a8 commit b0809eaCopy full SHA for b0809ea
.gitignore
@@ -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*
+# Build artifacts during normal use
10
/y.bin
11
/y.bin.dSYM
12
/y.exe
13
/y.pdb
+/download
14
/build
15
/dist
+/target
+/build_system/target
+
+# Downloaded by certain scripts
16
/rust
17
-/download
18
/git-fixed-subtree.sh
+# Various things that can be created during development
+*.rlib
+*.o
19
+perf.data
20
+perf.data.old
21
+*.mm_profdata
0 commit comments