]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Catch more swig-generated files with gitattributes
authorTravis Cross <tc@traviscross.com>
Thu, 4 Sep 2014 03:20:25 +0000 (03:20 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 4 Sep 2014 03:36:44 +0000 (03:36 +0000)
src/mod/languages/mod_java/.gitattributes
src/mod/languages/mod_perl/.gitattributes
src/mod/languages/mod_python/.gitattributes
src/mod/legacy/languages/mod_lua/.gitattributes [new file with mode: 0644]

index e6b8d09c08bd995fc83d023788302d99980ed414..65f4715533f4b0c9849be1caf4e7852df7cebf4f 100644 (file)
@@ -1 +1,2 @@
 switch_swig_wrap.cpp -diff
+src/org/freeswitch/swig/* -diff
index c53f2c274e4d3b7808cda9aa90ada73a42d890f2..aea1c342bfee8395c627d8376af2ca55b96496d2 100644 (file)
@@ -1 +1,2 @@
 mod_perl_wrap.cpp -diff
+freeswitch.pm -diff
index 3ce06f18c575bee0a21c0d78d65b729a61d4e817..98d05d51d6807459c02c3346d6e199fe6ab7dcdf 100644 (file)
@@ -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 (file)
index 0000000..c0c4890
--- /dev/null
@@ -0,0 +1 @@
+mod_lua_wrap.cpp -diff