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 <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
aec2e0265c
commit
bbad2cb655
4 changed files with 11 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -15,6 +15,9 @@
|
|||
*.patch
|
||||
*.gz
|
||||
*~
|
||||
*.orig
|
||||
*.rej
|
||||
cscope.*
|
||||
|
||||
# Failsafes
|
||||
!.gitignore
|
||||
|
|
5
checkpolicy/.gitignore
vendored
Normal file
5
checkpolicy/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
checkmodule
|
||||
checkpolicy
|
||||
lex.yy.c
|
||||
y.tab.c
|
||||
y.tab.h
|
2
checkpolicy/test/.gitignore
vendored
Normal file
2
checkpolicy/test/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
dismod
|
||||
dispol
|
1
policycoreutils/sandbox/.gitignore
vendored
Normal file
1
policycoreutils/sandbox/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
seunshare
|
Loading…
Reference in a new issue