Merge pull request #33089 from xiaoping378/update-gitignore
Automatic merge from submit-queue update .gitignore to ignore the symlink dir _output Just update the .gitignore to ignore the symlinked _output. the size of _output is too big for me, PC: 8G ssd + 1T HDD
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -19,6 +19,7 @@
|
|||||||
# This is where the result of the go build goes
|
# This is where the result of the go build goes
|
||||||
/output*/
|
/output*/
|
||||||
/_output*/
|
/_output*/
|
||||||
|
/_output
|
||||||
|
|
||||||
# Emacs save files
|
# Emacs save files
|
||||||
*~
|
*~
|
||||||
|
Reference in New Issue
Block a user