Improve .gitignore for examples
This commit is contained in:
parent
fe12f8ccd7
commit
f49ec3c2d6
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -116,6 +116,11 @@ Examples/test-suite/ruby/*/
|
|||
Examples/test-suite/tcl/*/
|
||||
Examples/test-suite/uffi/*/
|
||||
|
||||
# SWIG generated files in examples
|
||||
Examples/**/*_wrap.c
|
||||
Examples/**/*_wrap.cxx
|
||||
Examples/**/*_wrap.cpp
|
||||
|
||||
# Python generated files, based on:
|
||||
# https://github.com/github/gitignore/blob/master/Python.gitignore
|
||||
*.py[cod]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue