From: Travis Cross Date: Thu, 4 Sep 2014 03:20:25 +0000 (+0000) Subject: Catch more swig-generated files with gitattributes X-Git-Tag: v1.4.8~2^2~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e79380c3945ed453bd541a7bb326cbfc434fb8d0;p=thirdparty%2Ffreeswitch.git Catch more swig-generated files with gitattributes --- diff --git a/src/mod/languages/mod_java/.gitattributes b/src/mod/languages/mod_java/.gitattributes index e6b8d09c08..65f4715533 100644 --- a/src/mod/languages/mod_java/.gitattributes +++ b/src/mod/languages/mod_java/.gitattributes @@ -1 +1,2 @@ switch_swig_wrap.cpp -diff +src/org/freeswitch/swig/* -diff diff --git a/src/mod/languages/mod_perl/.gitattributes b/src/mod/languages/mod_perl/.gitattributes index c53f2c274e..aea1c342bf 100644 --- a/src/mod/languages/mod_perl/.gitattributes +++ b/src/mod/languages/mod_perl/.gitattributes @@ -1 +1,2 @@ mod_perl_wrap.cpp -diff +freeswitch.pm -diff diff --git a/src/mod/languages/mod_python/.gitattributes b/src/mod/languages/mod_python/.gitattributes index 3ce06f18c5..98d05d51d6 100644 --- a/src/mod/languages/mod_python/.gitattributes +++ b/src/mod/languages/mod_python/.gitattributes @@ -1 +1,2 @@ mod_python_wrap.cpp -diff +freeswitch.py -diff diff --git a/src/mod/legacy/languages/mod_lua/.gitattributes b/src/mod/legacy/languages/mod_lua/.gitattributes new file mode 100644 index 0000000000..c0c4890955 --- /dev/null +++ b/src/mod/legacy/languages/mod_lua/.gitattributes @@ -0,0 +1 @@ +mod_lua_wrap.cpp -diff