From f49ec3c2d62cd3aabb8079d4a9588c5a63ccb21e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 30 Aug 2013 23:51:28 +0100 Subject: [PATCH] Improve .gitignore for examples --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) 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]