summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJohnathan Corgan2009-10-11 08:42:37 -0700
committerJohnathan Corgan2009-10-11 08:42:37 -0700
commitc49fc2debfbcbf6e8ab2100f7d20319b457792ee (patch)
tree8995da495bcd10e51842ada61fb62cf69c51b2e3 /.gitattributes
parenta1faa30ce3313e81e180792bea445fe0a961fe3c (diff)
parent58f84719a2084142bd2fe008a7ff4b1f05b5a598 (diff)
downloadgnuradio-c49fc2debfbcbf6e8ab2100f7d20319b457792ee.tar.gz
gnuradio-c49fc2debfbcbf6e8ab2100f7d20319b457792ee.tar.bz2
gnuradio-c49fc2debfbcbf6e8ab2100f7d20319b457792ee.zip
Merge branch 'patches/dward' of git@gnuradio.org:jcorgan
* 'patches/dward' of git@gnuradio.org:jcorgan: #include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.) Add flags and dependencies for MinGW/MSYS. Add dependence of gruel on guile; fixes ticket #410. Use gruel::mutex instead of pthread_mutex in gr_histo_sink_f. Add .gitattributes to fix CRLF problems on MinGW/MSYS
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..49a0e1424
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,9 @@
+#
+# The following turn off LF->CRLF conversion for some files on Windows.
+# these conversions cause syntax errors on MinGW/MSYS. They should not
+# have any effect on non-Windows systems or on Cygwin. Any files that
+# required svn:eof-style=lf under subversion should be included here.
+#
+*.m4 -crlf
+*.ac -crlf
+*.scm -crlf