Add generated Go files to .gitignore.

This commit is contained in:
Ian Lance Taylor 2014-08-25 15:58:10 -07:00
commit e6882287af

4
.gitignore vendored
View file

@ -143,6 +143,10 @@ swigexample*.oct
*/__pycache__/
/__pycache__/
# Go generated files
*.[5689]
*_gc.c
# Scratch directories
Examples/scratch