[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1340789620-15762-1-git-send-email-chad@dahc.us>
Date: Wed, 27 Jun 2012 04:33:40 -0500
From: Chad Williamson <chad@...c.us>
To: wad@...omium.org
Cc: james.l.morris@...cle.com, keescook@...omium.org,
eparis@...hat.com, linux-kernel@...r.kernel.org,
Chad Williamson <chad@...c.us>
Subject: [PATCH] samples: seccomp: add .gitignore for untracked executables
git status should be clean following make allmodconfig && make. Add
a .gitignore file to the samples/seccomp directory to ignore binaries
produced there.
Signed-off-by: Chad Williamson <chad@...c.us>
---
samples/seccomp/.gitignore | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
create mode 100644 samples/seccomp/.gitignore
diff --git a/samples/seccomp/.gitignore b/samples/seccomp/.gitignore
new file mode 100644
index 0000000..78fb781
--- /dev/null
+++ b/samples/seccomp/.gitignore
@@ -0,0 +1,3 @@
+bpf-direct
+bpf-fancy
+dropper
--
1.7.7
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists