aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2011-08-25gitignore: Add manpage-check.Ethan Jackson
2011-01-11Add some new generated files to .gitignore.Justin Pettit
A few generated files have snuck in that should be ignored by git.
2010-01-25Add build checks for portable OpenFlow structure padding and alignment.Ben Pfaff
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.
2009-12-10Update .gitignore filesJustin Pettit
2009-07-29Use Autotest for the Open vSwitch test suite.Ben Pfaff
Autotest doesn't provide a lot of benefit by itself but it does allow us to easily put a wrapper around each test by using a macro to invoke it. (To do that with the built-in Automake test framework you need to write or generate a separate wrapper script for each test, which is a pain.) The next commit will take advantage of this possibility by adding support for code coverage analysis.
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff