update .gitignore to ignore the symlink dir _output

This commit is contained in:
xiaoping378 2016-09-20 21:38:57 +08:00
parent f272a1f8d7
commit 073fc28c24

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
*~