summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2009-12-07 22:21:35 -0800
committerJustin Pettit <jpettit@nicira.com>2009-12-10 02:33:56 -0800
commit7a44236e274511579719aecdb0b3cd4b090be03f (patch)
treee20063897b4254ac1360932e7110adcb519662b1
parentfea28b07bb69201ebaa1724a95fc764483a72f7d (diff)
downloadopenvswitch-7a44236e274511579719aecdb0b3cd4b090be03f.tar.gz
Update .gitignore files
-rw-r--r--.gitignore1
-rw-r--r--datapath/linux-2.6/.gitignore5
-rw-r--r--lib/.gitignore1
-rw-r--r--ovsdb/.gitignore7
-rw-r--r--tests/.gitignore16
-rw-r--r--utilities/.gitignore4
-rw-r--r--vswitchd/.gitignore3
7 files changed, 37 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3230266c4..a9377fbdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@
.*.cmd
.*.swp
.deps
+.dirstamp
.libs
.tmp_versions
/Makefile
diff --git a/datapath/linux-2.6/.gitignore b/datapath/linux-2.6/.gitignore
index aa10e66af..89f269e4f 100644
--- a/datapath/linux-2.6/.gitignore
+++ b/datapath/linux-2.6/.gitignore
@@ -2,6 +2,9 @@
/Makefile
/Makefile.main
/actions.c
+/brc_procfs.c
+/brc_sysfs_dp.c
+/brc_sysfs_if.c
/brcompat.c
/dp_sysfs_dp.c
/dp_sysfs_if.c
@@ -11,9 +14,11 @@
/flow.c
/genetlink-brcompat.c
/genetlink-openvswitch.c
+/ip_gre.c
/kcompat.h
/linux-2.6
/modules.order
+/net_namespace-ip_gre.c
/random32.c
/table.c
/tmp
diff --git a/lib/.gitignore b/lib/.gitignore
index 6a3f65ce1..d56deecbe 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -1,4 +1,5 @@
/Makefile
/Makefile.in
/dhparams.c
+/dirs.c
/coverage-counters.c
diff --git a/ovsdb/.gitignore b/ovsdb/.gitignore
new file mode 100644
index 000000000..d9c12ac96
--- /dev/null
+++ b/ovsdb/.gitignore
@@ -0,0 +1,7 @@
+/ovsdb-client
+/ovsdb-client.1
+/ovsdb-idlc
+/ovsdb-server
+/ovsdb-server.1
+/ovsdb-tool
+/ovsdb-tool.1
diff --git a/tests/.gitignore b/tests/.gitignore
index caa2db650..3d9b76e31 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,12 +1,28 @@
/Makefile
/Makefile.in
+/atconfig
+/atlocal
+/idltest.c
+/idltest.h
+/idltest.ovsschema
+/test-aes128
/test-classifier
+/test-csum
/test-dhcp-client
+/test-dir_name
/test-flows
/test-hash
/test-hmap
/test-json
+/test-jsonrpc
/test-list
+/test-lockfile
+/test-ovsdb
+/test-reconnect
+/test-timeval
+/test-sha1
/test-stp
/test-type-props
+/test-uuid
+/test-vconn
/testsuite
diff --git a/utilities/.gitignore b/utilities/.gitignore
index 55139d704..fbaba1ef1 100644
--- a/utilities/.gitignore
+++ b/utilities/.gitignore
@@ -3,6 +3,8 @@
/nlmon
/ovs-appctl
/ovs-appctl.8
+/ovs-cfg-mod
+/ovs-cfg-mod.8
/ovs-controller
/ovs-controller.8
/ovs-discover
@@ -19,4 +21,6 @@
/ovs-pki
/ovs-pki-cgi
/ovs-pki.8
+/ovs-vsctl
+/ovs-vsctl.8
/ovs-wdt
diff --git a/vswitchd/.gitignore b/vswitchd/.gitignore
index 01d57ae70..3f963a901 100644
--- a/vswitchd/.gitignore
+++ b/vswitchd/.gitignore
@@ -5,3 +5,6 @@
/ovs-vswitchd
/ovs-vswitchd.8
/ovs-vswitchd.conf.5
+/vswitch-idl.c
+/vswitch-idl.h
+/vswitch-idl.ovsschema