mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
maint: sort .gitignore
Fallout from the new bootstrap. * .gitignore: Commit sorting done by bootstrap. * build-aux/.gitignore: Likewise. * po/.gitignore: Likewise.
This commit is contained in:
parent
38c9440a15
commit
9ad255f975
20
.gitignore
vendored
20
.gitignore
vendored
@ -1,13 +1,21 @@
|
|||||||
|
*#*#
|
||||||
|
*.#*#
|
||||||
*.a
|
*.a
|
||||||
*.o
|
*.o
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
*~
|
*~
|
||||||
.git
|
.git
|
||||||
.git-module-status
|
.git-module-status
|
||||||
|
/GNUmakefile
|
||||||
|
/maint.mk
|
||||||
ABOUT-NLS
|
ABOUT-NLS
|
||||||
COPYING
|
COPYING
|
||||||
|
ChangeLog
|
||||||
INSTALL
|
INSTALL
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
NEWS
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
config.cache
|
config.cache
|
||||||
@ -22,6 +30,7 @@ configure
|
|||||||
coverage
|
coverage
|
||||||
cscope.files
|
cscope.files
|
||||||
cscope.out
|
cscope.out
|
||||||
|
gnulib/
|
||||||
libtool
|
libtool
|
||||||
libvirt-*.tar.gz
|
libvirt-*.tar.gz
|
||||||
libvirt.pc
|
libvirt.pc
|
||||||
@ -34,14 +43,5 @@ results.log
|
|||||||
stamp-h
|
stamp-h
|
||||||
stamp-h.in
|
stamp-h.in
|
||||||
stamp-h1
|
stamp-h1
|
||||||
update.log
|
|
||||||
tests/*.log
|
tests/*.log
|
||||||
/GNUmakefile
|
update.log
|
||||||
/maint.mk
|
|
||||||
gnulib/
|
|
||||||
*.orig
|
|
||||||
*.rej
|
|
||||||
*#*#
|
|
||||||
*.#*#
|
|
||||||
ChangeLog
|
|
||||||
NEWS
|
|
||||||
|
12
build-aux/.gitignore
vendored
12
build-aux/.gitignore
vendored
@ -1,7 +1,15 @@
|
|||||||
*
|
*
|
||||||
/link-warning.h
|
|
||||||
/mktempd
|
|
||||||
/arg-nonnull.h
|
/arg-nonnull.h
|
||||||
/gitlog-to-changelog
|
/gitlog-to-changelog
|
||||||
|
/link-warning.h
|
||||||
|
/mktempd
|
||||||
/useless-if-before-free
|
/useless-if-before-free
|
||||||
/vc-list-files
|
/vc-list-files
|
||||||
|
arg-nonnull.h
|
||||||
|
config.rpath
|
||||||
|
gitlog-to-changelog
|
||||||
|
mkinstalldirs
|
||||||
|
mktempd
|
||||||
|
useless-if-before-free
|
||||||
|
vc-list-files
|
||||||
|
warn-on-use.h
|
||||||
|
27
po/.gitignore
vendored
27
po/.gitignore
vendored
@ -1,16 +1,17 @@
|
|||||||
stamp-po
|
|
||||||
remove-potcdate.sin
|
|
||||||
quot.sed
|
|
||||||
insert-header.sin
|
|
||||||
*.gmo
|
*.gmo
|
||||||
en@quot.header
|
|
||||||
en@boldquot.header
|
|
||||||
boldquot.sed
|
|
||||||
Rules-quot
|
|
||||||
POTFILES
|
|
||||||
Makevars.template
|
|
||||||
Makefile.in.in
|
|
||||||
Makefile.in
|
|
||||||
Makefile
|
Makefile
|
||||||
remove-potcdate.sed
|
Makefile.in
|
||||||
|
Makefile.in.in
|
||||||
Makevars
|
Makevars
|
||||||
|
Makevars.template
|
||||||
|
POTFILES
|
||||||
|
Rules-quot
|
||||||
|
boldquot.sed
|
||||||
|
en@boldquot.header
|
||||||
|
en@quot.header
|
||||||
|
insert-header.sed
|
||||||
|
insert-header.sin
|
||||||
|
quot.sed
|
||||||
|
remove-potcdate.sed
|
||||||
|
remove-potcdate.sin
|
||||||
|
stamp-po
|
||||||
|
Loading…
Reference in New Issue
Block a user