Skip to content

Commit

Permalink
Add some new generated files to .gitignore.
Browse files Browse the repository at this point in the history
A few generated files have snuck in that should be ignored by git.
  • Loading branch information
Justin Pettit committed Jan 12, 2011
1 parent 27365e2 commit 815bba3
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
/Makefile
/Makefile.in
/aclocal.m4
/all-distfiles
/all-gitfiles
/autom4te.cache
/build-arch-stamp
/build-indep-stamp
Expand All @@ -34,8 +36,10 @@
/configure
/configure-stamp
/depcomp
/distfiles
/install-sh
/missing
/missing-distfiles
/package.m4
/stamp-h1
Module.symvers
Expand Down
2 changes: 1 addition & 1 deletion datapath/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
*.ko
*.mod.c
Module.symvers

/distfiles
3 changes: 3 additions & 0 deletions datapath/linux-2.6/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions include/openflow/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/nicira-ext.h.stamp
/openflow.h.stamp
2 changes: 2 additions & 0 deletions ovsdb/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/ovsdb-client
/ovsdb-client.1
/ovsdb-doc
/ovsdb-dot
/ovsdb-idlc
/ovsdb-server
/ovsdb-server.1
Expand Down
4 changes: 4 additions & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/idltest.h
/idltest.ovsidl
/test-aes128
/test-byte-order
/test-classifier
/test-csum
/test-dhcp-client
Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions utilities/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions vswitchd/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 815bba3

Please sign in to comment.