summaryrefslogtreecommitdiff
path: root/build-aux/.gitignore
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-01-25 10:49:31 -0800
committerBen Pfaff <blp@nicira.com>2010-01-25 10:49:31 -0800
commit05b3c97be6a9a5efa27edb40023e329f680837c5 (patch)
treecec5b32820beebc50aacac91b6611caa0078cb65 /build-aux/.gitignore
parent84a0ee89e29cdae2b9cc80ae383a1222ba4f5ad5 (diff)
downloadopenvswitch-05b3c97be6a9a5efa27edb40023e329f680837c5.tar.gz
Add build checks for portable OpenFlow structure padding and alignment.
This causes the build to fail with an error message if openflow.h contains a structure whose members are not aligned in a portable way.
Diffstat (limited to 'build-aux/.gitignore')
-rw-r--r--build-aux/.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
new file mode 100644
index 000000000..999eae2a6
--- /dev/null
+++ b/build-aux/.gitignore
@@ -0,0 +1,4 @@
+/compile
+/depcomp
+/install-sh
+/missing