summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2013-11-15 15:55:19 -0800
committerEthan Jackson <ethan@nicira.com>2013-12-12 15:21:15 -0800
commit30fbc7b61c3ba9ad66b9974f266ec8dd41b09291 (patch)
tree373c3e709e5c4198c7da3626a735d3f8d0c5f2dd /.gitignore
parent7f8f2757f3d6749f832f9fe2c0229d6587cfbad9 (diff)
downloadopenvswitch-30fbc7b61c3ba9ad66b9974f266ec8dd41b09291.tar.gz
ovs-dev.py: Build with both GCC and Clang.
Many deployments prefer to use gcc in production and it supports sparse, while clang supports thread safety analysis and has more/better warnings and error messages. This patch changes ovs-dev.py to build with both so that developers are unlikely to miss something that one or the other could catch. Signed-off-by: Ethan Jackson <ethan@nicira.com> Acked-by: Joe Stringer <joestringer@nicira.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 60ed30d3d..d80fc6345 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,8 @@
/missing-distfiles
/package.m4
/stamp-h1
+/_build-gcc
+/_build-clang
Module.symvers
TAGS
cscope.*