]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Suppress diff output for swig-generated files
authorTravis Cross <tc@traviscross.com>
Sat, 30 Aug 2014 02:59:43 +0000 (02:59 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 30 Aug 2014 03:22:59 +0000 (03:22 +0000)
src/mod/languages/mod_java/.gitattributes [new file with mode: 0644]
src/mod/languages/mod_lua/.gitattributes [new file with mode: 0644]
src/mod/languages/mod_managed/.gitattributes [new file with mode: 0644]
src/mod/languages/mod_perl/.gitattributes [new file with mode: 0644]
src/mod/languages/mod_python/.gitattributes [new file with mode: 0644]

diff --git a/src/mod/languages/mod_java/.gitattributes b/src/mod/languages/mod_java/.gitattributes
new file mode 100644 (file)
index 0000000..e6b8d09
--- /dev/null
@@ -0,0 +1 @@
+switch_swig_wrap.cpp -diff
diff --git a/src/mod/languages/mod_lua/.gitattributes b/src/mod/languages/mod_lua/.gitattributes
new file mode 100644 (file)
index 0000000..c0c4890
--- /dev/null
@@ -0,0 +1 @@
+mod_lua_wrap.cpp -diff
diff --git a/src/mod/languages/mod_managed/.gitattributes b/src/mod/languages/mod_managed/.gitattributes
new file mode 100644 (file)
index 0000000..6445610
--- /dev/null
@@ -0,0 +1,4 @@
+*_wrap.cxx -diff
+*_wrap.*.cxx -diff
+swig.cs -diff
+swig.*.cs -diff
diff --git a/src/mod/languages/mod_perl/.gitattributes b/src/mod/languages/mod_perl/.gitattributes
new file mode 100644 (file)
index 0000000..c53f2c2
--- /dev/null
@@ -0,0 +1 @@
+mod_perl_wrap.cpp -diff
diff --git a/src/mod/languages/mod_python/.gitattributes b/src/mod/languages/mod_python/.gitattributes
new file mode 100644 (file)
index 0000000..3ce06f1
--- /dev/null
@@ -0,0 +1 @@
+mod_python_wrap.cpp -diff