From bbad2cb655ba444e088cbbfc5e841214d15054dd Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Wed, 20 Apr 2011 15:58:52 -0400 Subject: [PATCH] Repo: update .gitignore update .gitignore to include files that are normally created when working and building inside the git repo Sigend-off-by: Eric Paris Acked-by: Dan Walsh --- .gitignore | 3 +++ checkpolicy/.gitignore | 5 +++++ checkpolicy/test/.gitignore | 2 ++ policycoreutils/sandbox/.gitignore | 1 + 4 files changed, 11 insertions(+) create mode 100644 checkpolicy/.gitignore create mode 100644 checkpolicy/test/.gitignore create mode 100644 policycoreutils/sandbox/.gitignore diff --git a/.gitignore b/.gitignore index 9b7ed836..1c14d283 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ *.patch *.gz *~ +*.orig +*.rej +cscope.* # Failsafes !.gitignore diff --git a/checkpolicy/.gitignore b/checkpolicy/.gitignore new file mode 100644 index 00000000..a7bd076d --- /dev/null +++ b/checkpolicy/.gitignore @@ -0,0 +1,5 @@ +checkmodule +checkpolicy +lex.yy.c +y.tab.c +y.tab.h diff --git a/checkpolicy/test/.gitignore b/checkpolicy/test/.gitignore new file mode 100644 index 00000000..dbb03b95 --- /dev/null +++ b/checkpolicy/test/.gitignore @@ -0,0 +1,2 @@ +dismod +dispol diff --git a/policycoreutils/sandbox/.gitignore b/policycoreutils/sandbox/.gitignore new file mode 100644 index 00000000..ce6ced80 --- /dev/null +++ b/policycoreutils/sandbox/.gitignore @@ -0,0 +1 @@ +seunshare