mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
cvsignore cleanup and additions
This commit is contained in:
parent
8d2f00c059
commit
42f8b8b2d3
@ -1,5 +1,6 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
mkinstalldirs
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
config.guess
|
||||
@ -8,6 +9,7 @@ config.h.in
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
config.rpath
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
|
5
bindings/java/.cvsignore
Normal file
5
bindings/java/.cvsignore
Normal file
@ -0,0 +1,5 @@
|
||||
Makefile
|
||||
*.class
|
||||
*.java
|
||||
alpm.i
|
||||
*alpm*
|
5
bindings/perl/.cvsignore
Normal file
5
bindings/perl/.cvsignore
Normal file
@ -0,0 +1,5 @@
|
||||
Makefile
|
||||
Core*
|
||||
alpm.i
|
||||
alpm.h
|
||||
alpm_wrap*
|
6
bindings/python/.cvsignore
Normal file
6
bindings/python/.cvsignore
Normal file
@ -0,0 +1,6 @@
|
||||
Makefile
|
||||
_alpm*
|
||||
alpm.i
|
||||
alpm.h
|
||||
alpm.py*
|
||||
alpm_wrap*
|
4
doc/hu/.cvsignore
Normal file
4
doc/hu/.cvsignore
Normal file
@ -0,0 +1,4 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
*.3
|
||||
*.8
|
6
doc/po/.cvsignore
Normal file
6
doc/po/.cvsignore
Normal file
@ -0,0 +1,6 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
*.gmo
|
||||
POTFILES
|
||||
stamp-po
|
||||
|
4
etc/.cvsignore
Normal file
4
etc/.cvsignore
Normal file
@ -0,0 +1,4 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
makepkg.conf
|
||||
pacman.conf
|
2
etc/abs/.cvsignore
Normal file
2
etc/abs/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
8
etc/pacman.d/.cvsignore
Normal file
8
etc/pacman.d/.cvsignore
Normal file
@ -0,0 +1,8 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
community
|
||||
current
|
||||
extra
|
||||
mirrorlist
|
||||
release
|
||||
unstable
|
@ -1,5 +1,8 @@
|
||||
EXTRA_DIST = community current extra release unstable
|
||||
|
||||
clean:
|
||||
rm $(EXTRA_DIST)
|
||||
|
||||
install-data-hook:
|
||||
mkdir -p $(DESTDIR)$(sysconfdir)/pacman.d ; \
|
||||
for j in $(EXTRA_DIST); do \
|
||||
|
6
lib/libalpm/po/.cvsignore
Normal file
6
lib/libalpm/po/.cvsignore
Normal file
@ -0,0 +1,6 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
*.gmo
|
||||
POTFILES
|
||||
stamp-po
|
||||
|
3
pactest/.cvsignore
Normal file
3
pactest/.cvsignore
Normal file
@ -0,0 +1,3 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
*.pyc
|
6
src/pacman/po/.cvsignore
Normal file
6
src/pacman/po/.cvsignore
Normal file
@ -0,0 +1,6 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
*.gmo
|
||||
POTFILES
|
||||
stamp-po
|
||||
|
Loading…
Reference in New Issue
Block a user