Update gitignore files for use with autoreconf
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
df9d19ba73
commit
96a4d1ca04
6 changed files with 31 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
*~
|
*~
|
||||||
*.o
|
*.o
|
||||||
|
ABOUT-NLS
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
config.h
|
config.h
|
||||||
|
|
1
build-aux/.gitignore
vendored
Normal file
1
build-aux/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*
|
10
lib/libalpm/po/.gitignore
vendored
10
lib/libalpm/po/.gitignore
vendored
|
@ -1,4 +1,12 @@
|
||||||
*.gmo
|
*.gmo
|
||||||
|
boldquot.sed
|
||||||
|
en@boldquot.header
|
||||||
|
en@quot.header
|
||||||
|
insert-header.sin
|
||||||
|
Makefile.in.in
|
||||||
|
Makevars.template
|
||||||
POTFILES
|
POTFILES
|
||||||
stamp-po
|
quot.sed
|
||||||
|
Rules-quot
|
||||||
remove-potcdate.sed
|
remove-potcdate.sed
|
||||||
|
stamp-po
|
||||||
|
|
2
m4/.gitignore
vendored
Normal file
2
m4/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*.m4
|
||||||
|
!acinclude.m4
|
10
scripts/po/.gitignore
vendored
10
scripts/po/.gitignore
vendored
|
@ -1,4 +1,12 @@
|
||||||
*.gmo
|
*.gmo
|
||||||
|
boldquot.sed
|
||||||
|
en@boldquot.header
|
||||||
|
en@quot.header
|
||||||
|
insert-header.sin
|
||||||
|
Makefile.in.in
|
||||||
|
Makevars.template
|
||||||
POTFILES
|
POTFILES
|
||||||
stamp-po
|
quot.sed
|
||||||
|
Rules-quot
|
||||||
remove-potcdate.sed
|
remove-potcdate.sed
|
||||||
|
stamp-po
|
||||||
|
|
10
src/pacman/po/.gitignore
vendored
10
src/pacman/po/.gitignore
vendored
|
@ -1,4 +1,12 @@
|
||||||
*.gmo
|
*.gmo
|
||||||
|
boldquot.sed
|
||||||
|
en@boldquot.header
|
||||||
|
en@quot.header
|
||||||
|
insert-header.sin
|
||||||
|
Makefile.in.in
|
||||||
|
Makevars.template
|
||||||
POTFILES
|
POTFILES
|
||||||
stamp-po
|
quot.sed
|
||||||
|
Rules-quot
|
||||||
remove-potcdate.sed
|
remove-potcdate.sed
|
||||||
|
stamp-po
|
||||||
|
|
Loading…
Add table
Reference in a new issue