Skip to content

Commit 30a8f45

Browse files
committed
Add '/home' to .gitignore.
The README suggests creating this directory for local rustup development, but anybody who tries to do so will immediately find a whole lot of files in their git status. This prevents that.
1 parent 22b6cdb commit 30a8f45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
/.idea/
66
*~
77
/**/target
8+
/home

0 commit comments

Comments
 (0)