Improve .gitignore for examples

This commit is contained in:
William S Fulton 2013-08-30 23:51:28 +01:00
commit f49ec3c2d6

5
.gitignore vendored
View file

@ -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]