From 68106c1676b7158d2b06eac2d5d50520906c848d Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 18 Aug 2008 23:48:58 -0700 Subject: [PATCH] Cleanup git-status by not showing some unnecessary files. --- datapath/linux-2.4/.gitignore | 15 ++++++++++++++- datapath/linux-2.6/.gitignore | 2 ++ tests/.gitignore | 1 + utilities/.gitignore | 4 ++++ 4 files changed, 21 insertions(+), 1 deletion(-) diff --git a/datapath/linux-2.4/.gitignore b/datapath/linux-2.4/.gitignore index a503159f3..de0519696 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 20b482998..62a13dcea 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 af650d2b2..5fe2616e5 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 fbc6f086e..0be1ed063 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 -- 2.43.0