build-sys: rearrange gitignore in alphabetical order
Signed-off-by: Enze Li <lienze@kylinos.cn>
This commit is contained in:
parent
793e8d2ab8
commit
c9fbfd99ad
1 changed files with 5 additions and 5 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -46,6 +46,10 @@ config/test-driver
|
||||||
configure
|
configure
|
||||||
cscope.out
|
cscope.out
|
||||||
depcomp
|
depcomp
|
||||||
|
GPATH
|
||||||
|
GRTAGS
|
||||||
|
GTAGS
|
||||||
|
GSYMS
|
||||||
INSTALL
|
INSTALL
|
||||||
install-sh
|
install-sh
|
||||||
libtool
|
libtool
|
||||||
|
@ -64,16 +68,13 @@ tests/run.sh.log
|
||||||
tests/run.sh.trs
|
tests/run.sh.trs
|
||||||
update.log
|
update.log
|
||||||
ylwrap
|
ylwrap
|
||||||
GPATH
|
|
||||||
GRTAGS
|
|
||||||
GTAGS
|
|
||||||
GSYMS
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# binaries
|
# binaries
|
||||||
#
|
#
|
||||||
/addpart
|
/addpart
|
||||||
/agetty
|
/agetty
|
||||||
|
/build*/
|
||||||
/blkdiscard
|
/blkdiscard
|
||||||
/blkid
|
/blkid
|
||||||
/blkpr
|
/blkpr
|
||||||
|
@ -197,4 +198,3 @@ GSYMS
|
||||||
/wipefs
|
/wipefs
|
||||||
/write
|
/write
|
||||||
/zramctl
|
/zramctl
|
||||||
/build*/
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue