Cleanup .gitignore
This commit is contained in:
parent
da083a8fc2
commit
b0809eadef
23
.gitignore
vendored
23
.gitignore
vendored
@ -1,18 +1,21 @@
|
|||||||
/target
|
# Build artifacts during normal use
|
||||||
/build_system/target
|
|
||||||
**/*.rs.bk
|
|
||||||
*.rlib
|
|
||||||
*.o
|
|
||||||
perf.data
|
|
||||||
perf.data.old
|
|
||||||
*.events
|
|
||||||
*.string*
|
|
||||||
/y.bin
|
/y.bin
|
||||||
/y.bin.dSYM
|
/y.bin.dSYM
|
||||||
/y.exe
|
/y.exe
|
||||||
/y.pdb
|
/y.pdb
|
||||||
|
/download
|
||||||
/build
|
/build
|
||||||
/dist
|
/dist
|
||||||
|
/target
|
||||||
|
/build_system/target
|
||||||
|
|
||||||
|
# Downloaded by certain scripts
|
||||||
/rust
|
/rust
|
||||||
/download
|
|
||||||
/git-fixed-subtree.sh
|
/git-fixed-subtree.sh
|
||||||
|
|
||||||
|
# Various things that can be created during development
|
||||||
|
*.rlib
|
||||||
|
*.o
|
||||||
|
perf.data
|
||||||
|
perf.data.old
|
||||||
|
*.mm_profdata
|
||||||
|
Loading…
Reference in New Issue
Block a user