diff options
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 09ad93bea..caad5c995 100644 --- a/.gitignore +++ b/.gitignore @@ -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] |