summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2014-03-02 16:17:12 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2014-03-02 16:17:12 +0000
commit27266755914423e383ffbf12034a55604cfa39c6 (patch)
treea2a7a537e07173903385e6ea151edacda9804aee /.gitattributes
parentb1ee97db4c7900246752ef7d58a21a745871ad7f (diff)
moved compiler-specific warning generation to shared files (nw)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 12bd6e8f11d..34933b7f5b0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -372,7 +372,10 @@ nl_examples/todo.c svneol=native#text/plain
nl_examples/vccs.c svneol=native#text/plain
nl_examples/vccs1.c svneol=native#text/plain
src/build/build.mak svneol=native#text/plain
+src/build/cc_detection.mak svneol=native#text/plain
src/build/file2str.c svneol=native#text/plain
+src/build/flags_clang.mak svneol=native#text/plain
+src/build/flags_gcc.mak svneol=native#text/plain
src/build/makedep.c svneol=native#text/plain
src/build/makelist.c svneol=native#text/plain
src/build/makemak.c svneol=native#text/plain