From c094ca9662db4a3096e7e622c4e047c7333e3d2c Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Wed, 16 Nov 2016 22:05:22 +0800 Subject: [PATCH] restorecond: Add gitignore Signed-off-by: Jason Zaman --- .gitignore | 2 +- restorecond/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 restorecond/.gitignore diff --git a/.gitignore b/.gitignore index 265cd23a..6ff61265 100644 --- a/.gitignore +++ b/.gitignore @@ -18,10 +18,10 @@ *.orig *.rej *.pyc +*.pyo cscope.* .#* \#* .*.swp # Failsafes !.gitignore -restorecond/restorecond diff --git a/restorecond/.gitignore b/restorecond/.gitignore new file mode 100644 index 00000000..f1284291 --- /dev/null +++ b/restorecond/.gitignore @@ -0,0 +1 @@ +restorecond