diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-03-08 19:51:21 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-03-08 19:52:57 +0000 |
| commit | b0809eadef2ef8fba3d34e6aace9ad6190d5aa67 (patch) | |
| tree | 9c58f7798d578ad04bdd6841048ab35273a41f10 | |
| parent | da083a8fc2d93a2705d123bc64da4ecdbe04783f (diff) | |
| download | rust-b0809eadef2ef8fba3d34e6aace9ad6190d5aa67.tar.gz rust-b0809eadef2ef8fba3d34e6aace9ad6190d5aa67.zip | |
Cleanup .gitignore
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index e6ac8c8408d..7915fa138f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,21 @@ -/target -/build_system/target -**/*.rs.bk -*.rlib -*.o -perf.data -perf.data.old -*.events -*.string* +# Build artifacts during normal use /y.bin /y.bin.dSYM /y.exe /y.pdb +/download /build /dist +/target +/build_system/target + +# Downloaded by certain scripts /rust -/download /git-fixed-subtree.sh + +# Various things that can be created during development +*.rlib +*.o +perf.data +perf.data.old +*.mm_profdata |
