index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2013-06-26 14:20:59 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-07-22 13:27:23 +1000 |
commit | 96a4d1ca049a6e091cc65f4082693ef554da86bf (patch) | |
tree | da6af4ac7898fae0234a369def6d871f5e18fbb0 | |
parent | df9d19ba73317ff0ef63954534e61c82feada492 (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | build-aux/.gitignore | 1 | ||||
-rw-r--r-- | lib/libalpm/po/.gitignore | 10 | ||||
-rw-r--r-- | m4/.gitignore | 2 | ||||
-rw-r--r-- | scripts/po/.gitignore | 10 | ||||
-rw-r--r-- | src/pacman/po/.gitignore | 10 |
@@ -1,5 +1,6 @@ *~ *.o +ABOUT-NLS aclocal.m4 autom4te.cache config.h diff --git a/build-aux/.gitignore b/build-aux/.gitignore new file mode 100644 index 00000000..f59ec20a --- /dev/null +++ b/build-aux/.gitignore @@ -0,0 +1 @@ +*
\ No newline at end of file diff --git a/lib/libalpm/po/.gitignore b/lib/libalpm/po/.gitignore index 3be83ffa..8885736f 100644 --- a/lib/libalpm/po/.gitignore +++ b/lib/libalpm/po/.gitignore @@ -1,4 +1,12 @@ *.gmo +boldquot.sed +en@boldquot.header +en@quot.header +insert-header.sin +Makefile.in.in +Makevars.template POTFILES -stamp-po +quot.sed +Rules-quot remove-potcdate.sed +stamp-po diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 00000000..f81e6208 --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,2 @@ +*.m4 +!acinclude.m4
\ No newline at end of file diff --git a/scripts/po/.gitignore b/scripts/po/.gitignore index 3be83ffa..8885736f 100644 --- a/scripts/po/.gitignore +++ b/scripts/po/.gitignore @@ -1,4 +1,12 @@ *.gmo +boldquot.sed +en@boldquot.header +en@quot.header +insert-header.sin +Makefile.in.in +Makevars.template POTFILES -stamp-po +quot.sed +Rules-quot remove-potcdate.sed +stamp-po diff --git a/src/pacman/po/.gitignore b/src/pacman/po/.gitignore index 3be83ffa..8885736f 100644 --- a/src/pacman/po/.gitignore +++ b/src/pacman/po/.gitignore @@ -1,4 +1,12 @@ *.gmo +boldquot.sed +en@boldquot.header +en@quot.header +insert-header.sin +Makefile.in.in +Makevars.template POTFILES -stamp-po +quot.sed +Rules-quot remove-potcdate.sed +stamp-po |