Skip to content

Commit

Permalink
Update .gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Pettit committed Dec 10, 2009
1 parent fea28b0 commit 7a44236
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
.*.cmd
.*.swp
.deps
.dirstamp
.libs
.tmp_versions
/Makefile
Expand Down
5 changes: 5 additions & 0 deletions datapath/linux-2.6/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions lib/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/Makefile
/Makefile.in
/dhparams.c
/dirs.c
/coverage-counters.c
7 changes: 7 additions & 0 deletions ovsdb/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/ovsdb-client
/ovsdb-client.1
/ovsdb-idlc
/ovsdb-server
/ovsdb-server.1
/ovsdb-tool
/ovsdb-tool.1
16 changes: 16 additions & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions utilities/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
/nlmon
/ovs-appctl
/ovs-appctl.8
/ovs-cfg-mod
/ovs-cfg-mod.8
/ovs-controller
/ovs-controller.8
/ovs-discover
Expand All @@ -19,4 +21,6 @@
/ovs-pki
/ovs-pki-cgi
/ovs-pki.8
/ovs-vsctl
/ovs-vsctl.8
/ovs-wdt
3 changes: 3 additions & 0 deletions vswitchd/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
/ovs-vswitchd
/ovs-vswitchd.8
/ovs-vswitchd.conf.5
/vswitch-idl.c
/vswitch-idl.h
/vswitch-idl.ovsschema

0 comments on commit 7a44236

Please sign in to comment.