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