From 815bba308c075c0caa23972f4f50baea334e0199 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Tue, 11 Jan 2011 19:05:09 -0800 Subject: [PATCH] Add some new generated files to .gitignore. A few generated files have snuck in that should be ignored by git. --- .gitignore | 4 ++++ datapath/.gitignore | 2 +- datapath/linux-2.6/.gitignore | 3 +++ include/openflow/.gitignore | 1 + ovsdb/.gitignore | 2 ++ tests/.gitignore | 4 ++++ utilities/.gitignore | 6 ++++++ vswitchd/.gitignore | 1 + 8 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4e1fccba..cd0ba81c 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,8 @@ /Makefile /Makefile.in /aclocal.m4 +/all-distfiles +/all-gitfiles /autom4te.cache /build-arch-stamp /build-indep-stamp @@ -34,8 +36,10 @@ /configure /configure-stamp /depcomp +/distfiles /install-sh /missing +/missing-distfiles /package.m4 /stamp-h1 Module.symvers diff --git a/datapath/.gitignore b/datapath/.gitignore index 5a59a0d3..fb8cf7d3 100644 --- a/datapath/.gitignore +++ b/datapath/.gitignore @@ -4,4 +4,4 @@ *.ko *.mod.c Module.symvers - +/distfiles diff --git a/datapath/linux-2.6/.gitignore b/datapath/linux-2.6/.gitignore index 2b91861c..ed7250f5 100644 --- a/datapath/linux-2.6/.gitignore +++ b/datapath/linux-2.6/.gitignore @@ -8,6 +8,7 @@ /brc_sysfs_dp.c /brc_sysfs_if.c /brcompat.c +/checksum.c /dev-openvswitch.c /dp_sysfs_dp.c /dp_sysfs_if.c @@ -21,7 +22,9 @@ /kcompat.h /kmemdup.c /linux-2.6 +/loop_counter.c /modules.order +/netdevice.c /random32.c /skbuff-openvswitch.c /table.c diff --git a/include/openflow/.gitignore b/include/openflow/.gitignore index db736db5..1a11f421 100644 --- a/include/openflow/.gitignore +++ b/include/openflow/.gitignore @@ -1 +1,2 @@ +/nicira-ext.h.stamp /openflow.h.stamp diff --git a/ovsdb/.gitignore b/ovsdb/.gitignore index d9c12ac9..c7bf0455 100644 --- a/ovsdb/.gitignore +++ b/ovsdb/.gitignore @@ -1,5 +1,7 @@ /ovsdb-client /ovsdb-client.1 +/ovsdb-doc +/ovsdb-dot /ovsdb-idlc /ovsdb-server /ovsdb-server.1 diff --git a/tests/.gitignore b/tests/.gitignore index 04bede33..71c24998 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -6,6 +6,7 @@ /idltest.h /idltest.ovsidl /test-aes128 +/test-byte-order /test-classifier /test-csum /test-dhcp-client @@ -17,8 +18,11 @@ /test-jsonrpc /test-list /test-lockfile +/test-multipath /test-ovsdb +/test-random /test-reconnect +/test-strtok_r /test-timeval /test-sha1 /test-type-props diff --git a/utilities/.gitignore b/utilities/.gitignore index e9caed9b..739dcefc 100644 --- a/utilities/.gitignore +++ b/utilities/.gitignore @@ -18,8 +18,14 @@ /ovs-openflowd /ovs-openflowd.8 /ovs-parse-leaks +/ovs-pcap +/ovs-pcap.1 /ovs-pki /ovs-pki-cgi /ovs-pki.8 +/ovs-tcpundump +/ovs-tcpundump.1 +/ovs-vlan-test +/ovs-vlan-test.8 /ovs-vsctl /ovs-vsctl.8 diff --git a/vswitchd/.gitignore b/vswitchd/.gitignore index bfc43739..60bacaf0 100644 --- a/vswitchd/.gitignore +++ b/vswitchd/.gitignore @@ -5,6 +5,7 @@ /ovs-vswitchd /ovs-vswitchd.8 /ovs-vswitchd.conf.db.5 +/vswitch.ovsschema.stamp /vswitch-idl.c /vswitch-idl.h /vswitch-idl.ovsidl -- 2.30.2