File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- # This file should only ignore things that are generated during a build,
2
- # generated by common IDEs, and optional files controlled by the user
3
- # that affect the build (such as config.toml).
1
+ # This file should only ignore things that are generated during a `x.py` build,
2
+ # generated by common IDEs, and optional files controlled by the user that
3
+ # affect the build (such as config.toml).
4
+ # In particular, things like `mir_dump` should not be listed here; they are only
5
+ # created during manual debugging and many people like to clean up instead of
6
+ # having git ignore such leftovers. You can use `.git/info/exclude` to
7
+ # configure your local ignore list.
4
8
# FIXME: This needs cleanup.
5
9
* ~
6
10
. # *
@@ -52,3 +56,4 @@ config.stamp
52
56
Session.vim
53
57
.cargo
54
58
no_llvm_build
59
+ # Before adding new lines, see the comment at the top.
You can’t perform that action at this time.
0 commit comments