From: Justin Pettit Date: Tue, 8 Dec 2009 06:21:35 +0000 (-0800) Subject: Update .gitignore files X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a44236e274511579719aecdb0b3cd4b090be03f;p=openvswitch Update .gitignore files --- diff --git a/.gitignore b/.gitignore index 3230266c..a9377fbd 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 aa10e66a..89f269e4 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 6a3f65ce..d56deecb 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 00000000..d9c12ac9 --- /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 caa2db65..3d9b76e3 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 55139d70..fbaba1ef 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 01d57ae7..3f963a90 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