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:
Kubernetes Submit Queue
2016-09-22 13:05:15 -07:00
committed by GitHub

1
.gitignore vendored
View File

@@ -19,6 +19,7 @@
# This is where the result of the go build goes
/output*/
/_output*/
/_output
# Emacs save files
*~