diff options
author | Eric Paris <eparis@redhat.com> | 2009-10-22 15:38:26 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2009-10-24 09:42:27 +0800 |
commit | 6e8e16c7bc298d7887584c3d027e05db3e86eed9 (patch) | |
tree | 355403813b5945a5a5fdd24054a76a446d05b206 /scripts | |
parent | 3e1c2515acf70448cad1ae3ab835ca80be043d33 (diff) |
SELinux: add .gitignore files for dynamic classes
The SELinux dynamic class work in c6d3aaa4e35c71a32a86ececacd4eea7ecfc316c
creates a number of dynamic header files and scripts. Add .gitignore files
so git doesn't complain about these.
Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Stephen D. Smalley <sds@tycho.nsa.gov>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/selinux/genheaders/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/selinux/genheaders/.gitignore b/scripts/selinux/genheaders/.gitignore new file mode 100644 index 000000000000..4c0b646ff8d5 --- /dev/null +++ b/scripts/selinux/genheaders/.gitignore @@ -0,0 +1 @@ +genheaders |