add .gitignore files
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
4f239b1bb4
commit
3322351724
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
#
|
||||||
|
# Kbuild ignores
|
||||||
|
#
|
||||||
|
.*
|
||||||
|
*.o
|
||||||
|
*.o.*
|
||||||
|
*.a
|
||||||
|
*.s
|
||||||
|
|
||||||
|
#
|
||||||
|
# Never ignore these
|
||||||
|
#
|
||||||
|
!.gitignore
|
||||||
|
|
||||||
|
#
|
||||||
|
# Normal output
|
||||||
|
#
|
||||||
|
/busybox
|
||||||
|
/busybox_unstripped*
|
||||||
|
|
||||||
|
#
|
||||||
|
# Backups / patches
|
||||||
|
#
|
||||||
|
*~
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
/*.patch
|
2
applets/.gitignore
vendored
Normal file
2
applets/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/applet_tables
|
||||||
|
/usage
|
4
docs/.gitignore
vendored
Normal file
4
docs/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/BusyBox.1
|
||||||
|
/BusyBox.html
|
||||||
|
/BusyBox.txt
|
||||||
|
/busybox.pod
|
6
include/.gitignore
vendored
Normal file
6
include/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
/config
|
||||||
|
|
||||||
|
/applet_tables.h
|
||||||
|
/autoconf.h
|
||||||
|
/bbconfigopts.h
|
||||||
|
/usage_compressed.h
|
4
scripts/basic/.gitignore
vendored
Normal file
4
scripts/basic/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
hash
|
||||||
|
fixdep
|
||||||
|
docproc
|
||||||
|
split-include
|
19
scripts/kconfig/.gitignore
vendored
Normal file
19
scripts/kconfig/.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#
|
||||||
|
# Generated files
|
||||||
|
#
|
||||||
|
config*
|
||||||
|
lex.*.c
|
||||||
|
*.tab.c
|
||||||
|
*.tab.h
|
||||||
|
zconf.hash.c
|
||||||
|
*.moc
|
||||||
|
lkc_defs.h
|
||||||
|
|
||||||
|
#
|
||||||
|
# configuration programs
|
||||||
|
#
|
||||||
|
conf
|
||||||
|
mconf
|
||||||
|
qconf
|
||||||
|
gconf
|
||||||
|
kxgettext
|
4
scripts/kconfig/lxdialog/.gitignore
vendored
Normal file
4
scripts/kconfig/lxdialog/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#
|
||||||
|
# Generated files
|
||||||
|
#
|
||||||
|
lxdialog
|
Loading…
Reference in New Issue
Block a user