mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 23:28:55 +00:00
gitignore: ignore more generated files
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
parent
00213b17ce
commit
febf7ea4be
3 changed files with 13 additions and 1 deletions
5
kernel/.gitignore
vendored
Normal file
5
kernel/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#
|
||||||
|
# Generated files
|
||||||
|
#
|
||||||
|
config_data.h
|
||||||
|
config_data.gz
|
5
scripts/.gitignore
vendored
5
scripts/.gitignore
vendored
|
@ -1,4 +1,7 @@
|
||||||
|
#
|
||||||
|
# Generated files
|
||||||
|
#
|
||||||
conmakehash
|
conmakehash
|
||||||
kallsyms
|
kallsyms
|
||||||
pnmtologo
|
pnmtologo
|
||||||
|
bin2c
|
||||||
|
|
4
scripts/kconfig/lxdialog/.gitignore
vendored
Normal file
4
scripts/kconfig/lxdialog/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#
|
||||||
|
# Generated files
|
||||||
|
#
|
||||||
|
lxdialog
|
Loading…
Add table
Reference in a new issue