All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH] Create .gitignore
@ 2014-03-05 22:08 Nicolas Iooss
  2014-03-06 13:34 ` Christopher J. PeBenito
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Iooss @ 2014-03-05 22:08 UTC (permalink / raw)
  To: refpolicy

This .gitignore file ignores every file which is removed by "make clean"
---
 .gitignore | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7eaab24
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+*.pp
+*.py[co]
+*.res
+
+/base.conf
+/base.fc
+/doc/global_booleans.xml
+/doc/global_tunables.xml
+/doc/html/
+/doc/policy.xml
+/file_contexts
+/homedir_template
+/net_contexts
+/policy.conf
+/policy.[0-9]*
+/policy/booleans.conf
+/policy/modules.conf
+/policy/modules/kernel/corenetwork.if
+/policy/modules/kernel/corenetwork.te
+/tmp/
-- 
1.9.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-06 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05 22:08 [refpolicy] [PATCH] Create .gitignore Nicolas Iooss
2014-03-06 13:34 ` Christopher J. PeBenito

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.