diff options
author | Allan McRae <allan@archlinux.org> | 2011-07-16 15:01:39 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-07-18 17:28:19 +0200 |
commit | 65847fad44216e290986b40b404701432c17ff5a (patch) | |
tree | 1992b27c0908e4316286f0ba4f787c984010fbec | |
parent | e20995560640d11491905bfa80aa993c2efde7c4 (diff) | |
download | pacman-65847fad44216e290986b40b404701432c17ff5a.tar.gz pacman-65847fad44216e290986b40b404701432c17ff5a.tar.xz |
Move some .gitignore entries
Put a .gitignore entry at the right level and sort that file
alphabetically.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | scripts/.gitignore | 5 |
2 files changed, 3 insertions, 3 deletions
@@ -19,4 +19,3 @@ pacman-*.tar.gz root stamp-h1 tags -repo-elephant diff --git a/scripts/.gitignore b/scripts/.gitignore index 927b14c8..21b671c0 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -1,8 +1,9 @@ makepkg pacman-db-upgrade +pacman-key pacman-optimize +pkgdelta rankmirrors repo-add +repo-elephant repo-remove -pkgdelta -pacman-key |