[initial commit] Red Hat gitignore and attributes
Signed-off-by: Laura Abbott <labbott@redhat.com>
This commit is contained in:
parent
303b1b2214
commit
38ea5c82ae
|
@ -1,3 +1,5 @@
|
||||||
|
/redhat export-ignore
|
||||||
|
makefile export-ignore
|
||||||
*.c diff=cpp
|
*.c diff=cpp
|
||||||
*.h diff=cpp
|
*.h diff=cpp
|
||||||
*.dtsi diff=dts
|
*.dtsi diff=dts
|
||||||
|
|
|
@ -156,6 +156,12 @@ x509.genkey
|
||||||
# Kdevelop4
|
# Kdevelop4
|
||||||
*.kdev4
|
*.kdev4
|
||||||
|
|
||||||
|
#
|
||||||
|
# Red Hat
|
||||||
|
#
|
||||||
|
configs/*.config
|
||||||
|
localversion
|
||||||
|
|
||||||
# Clang's compilation database file
|
# Clang's compilation database file
|
||||||
/compile_commands.json
|
/compile_commands.json
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
*.bz2
|
||||||
|
configs/kernel*.config
|
||||||
|
configs/*-merged
|
||||||
|
|
||||||
|
kabi/Module.kabi_*
|
||||||
|
kabi/kabi-current
|
||||||
|
kabi/kabi-rhel8*
|
||||||
|
kabi/kabi-rhel8*/*
|
Loading…
Reference in New Issue