[ovs-dev] [PATCH 2/2] Add some new generated files to .gitignore.
Justin Pettit
jpettit at nicira.com
Tue Jan 11 19:07:11 PST 2011
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 deletions(-)
diff --git a/.gitignore b/.gitignore
index 4e1fccb..cd0ba81 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 5a59a0d..fb8cf7d 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 2b91861..ed7250f 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 db736db..1a11f42 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 d9c12ac..c7bf045 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 04bede3..71c2499 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 e9caed9..739dcef 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 bfc4373..60bacaf 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
--
1.7.1
More information about the dev
mailing list