提交 164fbbd6 编写于 作者: J Jim Meyering

generate .gitignore files from .cvsignore ones

* Makefile.maint (sync-vcs-ignore-files): New target.
Prompted by a patch from James Morris.
http://thread.gmane.org/gmane.comp.emulators.libvirt/8619/focus=8773
Add all (now-generated) .gitignore files.
* .gitignore: New file.
* build-aux/.gitignore: New file.
* docs/.gitignore: New file.
* docs/devhelp/.gitignore: New file.
* docs/examples/.gitignore: New file.
* docs/examples/python/.gitignore: New file.
* gnulib/lib/.gitignore: New file.
* gnulib/lib/arpa/.gitignore: New file.
* gnulib/lib/netinet/.gitignore: New file.
* gnulib/lib/sys/.gitignore: New file.
* gnulib/tests/.gitignore: New file.
* include/.gitignore: New file.
* include/libvirt/.gitignore: New file.
* po/.gitignore: New file.
* proxy/.gitignore: New file.
* python/.gitignore: New file.
* python/tests/.gitignore: New file.
* qemud/.gitignore: New file.
* src/.gitignore: New file.
* tests/.gitignore: New file.
* tests/confdata/.gitignore: New file.
* tests/sexpr2xmldata/.gitignore: New file.
* tests/virshdata/.gitignore: New file.
* tests/xencapsdata/.gitignore: New file.
* tests/xmconfigdata/.gitignore: New file.
* tests/xml2sexprdata/.gitignore: New file.
上级 83c2762b
.git
Makefile
aclocal.m4
autom4te.cache
stamp-h.in
Makefile.in
configure
config.cache
config.h
config.h.in
config.log
config.status
config.guess
config.sub
config.rpath
stamp-h
stamp-h1
libtool
ltconfig
update.log
libvirt.pc
libvirt.spec
mingw32-libvirt.spec
COPYING
m4
ABOUT-NLS
coverage
results.log
libvirt-*.tar.gz
INSTALL
ltmain.sh
mkinstalldirs
......@@ -607,3 +607,12 @@ my-distcheck: $(local-check) check
@echo "========================"; \
echo "$(distdir).tar.gz is ready for distribution"; \
echo "========================"
gi=.gitignore
sync-vcs-ignore-files:
find . -name .cvsignore \
| sed \
-e 's,\(.*\),cp -f \1 \1; chmod 444 \1,' \
-e 's,\.cvsignore; ,$(gi); ,' \
-e 's,\.cvsignore$$,$(gi),' \
| $(SHELL)
compile
config.guess
config.rpath
config.sub
depcomp
install-sh
ltmain.sh
missing
mkinstalldirs
mktempd
Makefile
Makefile.in
.memdump
apibuild.pyc
Makefile
Makefile.in
libvirt.devhelp
.memdump
Makefile.in
Makefile
.deps
.libs
info1
suspend
*.la
*.lo
.deps
.libs
Makefile
Makefile.in
alloca.h
arpa_inet.h
float.h
netinet_in.h
poll.h
stdbool.h
stdint.h
stdio-impl.h
stdio.h
stdlib.h
string.h
sys_select.h
sys_socket.h
sys_stat.h
sys_time.h
unistd.h
wchar.h
in.h
\ No newline at end of file
select.h
socket.h
stat.h
time.h
\ No newline at end of file
.deps
.libs
Makefile
Makefile.in
test-alloca-opt
test-arpa_inet
test-fseeko
test-getaddrinfo
test-getdelim
test-getline
test-lseek
test-netinet_in
test-snprintf
test-stdbool
test-stdint
test-stdio
test-stdlib
test-string
test-sys_select
test-sys_socket
test-sys_stat
test-sys_time
test-unistd
test-vasnprintf
test-vasprintf
test-wchar
test-EOVERFLOW.c
test-EOVERFLOW
test-c-ctype
Makefile
Makefile.in
stamp-po
remove-potcdate.sin
quot.sed
insert-header.sin
*.gmo
en@quot.header
en@boldquot.header
boldquot.sed
Rules-quot
POTFILES
Makevars.template
Makefile.in.in
Makefile.in
Makefile
remove-potcdate.sed
Makefile
Makefile.in
.deps
.libs
libvirt_proxy
Makefile
Makefile.in
.deps
.libs
*.lo
*.la
*.loT
libvirt.py
libvirt-export.c
libvirtclass.txt
libvirt-py.[ch]
libvirtclass.py
gen_prog
*.pyc
Makefile
Makefile.in
Makefile
Makefile.in
.deps
.libs
*.lo
*.la
libvirt_qemud
libvirtd
libvirtd.init
*.gcno
*.gcda
Makefile
Makefile.in
.deps
.libs
*.lo
*.loT
*.la
virsh
*.gcda
*.gcno
*.gcov
*.cov
libvirt_parthelper
libvirt_lxc
virsh-net-edit.c
virsh-pool-edit.c
Makefile
Makefile.in
.deps
.libs
xmlrpctest
sexpr2xmltest
xml2sexprtest
virshtest
conftest
reconnect
xmconfigtest
xencapstest
qemuxml2xmltest
qemuxml2argvtest
nodeinfotest
statstest
qparamtest
*.gcda
*.gcno
Makefile
Makefile.in
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册