Add generated Go files to .gitignore.
This commit is contained in:
parent
dca73b1677
commit
e6882287af
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -143,6 +143,10 @@ swigexample*.oct
|
|||
*/__pycache__/
|
||||
/__pycache__/
|
||||
|
||||
# Go generated files
|
||||
*.[5689]
|
||||
*_gc.c
|
||||
|
||||
# Scratch directories
|
||||
Examples/scratch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue