Skip to content

Commit 3c76ab3

Browse files
authored
Rollup merge of rust-lang#63307 - RalfJung:gitignore, r=alexcrichton
don't ignore mir_dump folder I dumped some MIR and wondered why `git status` wouldn't show the tree as dirty, reminding me to clean up after myself. Turns out this folder was explicitly gitignored. I don't think it should be. If someone doesn't want to clean up that way, they can add it to `.git/info/exclude`. (That file seems like it could need some general cleanup, honestly, but that's for another day.)
2 parents 7860cf4 + 7c374cf commit 3c76ab3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ config.mk
5252
config.stamp
5353
keywords.md
5454
lexer.ml
55-
mir_dump
5655
Session.vim
5756
src/etc/dl
5857
tmp.*.rs

0 commit comments

Comments
 (0)