From: Justin Pettit Date: Tue, 19 Aug 2008 06:48:58 +0000 (-0700) Subject: Cleanup git-status by not showing some unnecessary files. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68106c1676b7158d2b06eac2d5d50520906c848d;p=openvswitch Cleanup git-status by not showing some unnecessary files. --- diff --git a/datapath/linux-2.4/.gitignore b/datapath/linux-2.4/.gitignore index a503159f..de051969 100644 --- a/datapath/linux-2.4/.gitignore +++ b/datapath/linux-2.4/.gitignore @@ -1,12 +1,25 @@ +/*.o.flags +/Kbuild /Makefile -/datapath.c +/Makefile.main +/attr.c /chain.c +/datapath.c +/compat24.c /crc32.c /crc_t.c /dp_dev.c /flow.c /forward.c /forward_t.c +/genetlink.c +/kernel.c +/kthread.c +/netlink.c +/random32.c +/rcupdate.c +/sched.c +/string.c /table-hash.c /table-linear.c /table-mac.c diff --git a/datapath/linux-2.6/.gitignore b/datapath/linux-2.6/.gitignore index 20b48299..62a13dce 100644 --- a/datapath/linux-2.6/.gitignore +++ b/datapath/linux-2.6/.gitignore @@ -9,6 +9,8 @@ /flow.c /forward.c /forward_t.c +/genetlink.c +/random32.c /table-hash.c /table-linear.c /table-mac.c diff --git a/tests/.gitignore b/tests/.gitignore index af650d2b..5fe2616e 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,3 +1,4 @@ /Makefile /Makefile.in /test-list +/test-dhcp-client diff --git a/utilities/.gitignore b/utilities/.gitignore index fbc6f086..0be1ed06 100644 --- a/utilities/.gitignore +++ b/utilities/.gitignore @@ -1,6 +1,10 @@ /Makefile /Makefile.in /dpctl +/ofp-discover +/ofp-discover.8 +/ofp-kill +/ofp-kill.8 /ofp-pki /ofp-pki-cgi /ofp-pki.8