Skip to content

Commit

Permalink
SELinux: add .gitignore files for dynamic classes
Browse files Browse the repository at this point in the history
The SELinux dynamic class work in c6d3aaa
creates a number of dynamic header files and scripts.  Add .gitignore files
so git doesn't complain about these.

Signed-off-by: Eric Paris <[email protected]>
Acked-by: Stephen D. Smalley <[email protected]>
Signed-off-by: James Morris <[email protected]>
  • Loading branch information
eparis authored and James Morris committed Oct 24, 2009
1 parent 3e1c251 commit 6e8e16c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/dontdiff
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ aicdb.h*
asm-offsets.h
asm_offsets.h
autoconf.h*
av_permissions.h
bbootsect
bin2c
binkernel.spec
Expand Down Expand Up @@ -95,12 +96,14 @@ docproc
elf2ecoff
elfconfig.h*
fixdep
flask.h
fore200e_mkfirm
fore200e_pca_fw.c*
gconf
gen-devlist
gen_crc32table
gen_init_cpio
genheaders
genksyms
*_gray256.c
ihex2fw
Expand Down
1 change: 1 addition & 0 deletions scripts/selinux/genheaders/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
genheaders
2 changes: 2 additions & 0 deletions security/selinux/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
av_permissions.h
flask.h

0 comments on commit 6e8e16c

Please sign in to comment.