summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-01-17 04:40:08 +0100
committerAaron Griffin <aaron@archlinux.org>2007-01-17 04:40:08 +0100
commit42f8b8b2d37f879b57ce56b078c82172a6fb996f (patch)
treea9117f61e0dcc65f64d40b914c132af79c8780cd /etc
parent8d2f00c0598663a7022b1d690acd3f0da36df5f3 (diff)
downloadpacman-42f8b8b2d37f879b57ce56b078c82172a6fb996f.tar.gz
pacman-42f8b8b2d37f879b57ce56b078c82172a6fb996f.tar.xz
cvsignore cleanup and additions
Diffstat (limited to 'etc')
-rw-r--r--etc/.cvsignore4
-rw-r--r--etc/abs/.cvsignore2
-rw-r--r--etc/pacman.d/.cvsignore8
-rw-r--r--etc/pacman.d/Makefile.am3
4 files changed, 17 insertions, 0 deletions
diff --git a/etc/.cvsignore b/etc/.cvsignore
new file mode 100644
index 00000000..19f2216d
--- /dev/null
+++ b/etc/.cvsignore
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+makepkg.conf
+pacman.conf
diff --git a/etc/abs/.cvsignore b/etc/abs/.cvsignore
new file mode 100644
index 00000000..282522db
--- /dev/null
+++ b/etc/abs/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/etc/pacman.d/.cvsignore b/etc/pacman.d/.cvsignore
new file mode 100644
index 00000000..0ca92019
--- /dev/null
+++ b/etc/pacman.d/.cvsignore
@@ -0,0 +1,8 @@
+Makefile
+Makefile.in
+community
+current
+extra
+mirrorlist
+release
+unstable
diff --git a/etc/pacman.d/Makefile.am b/etc/pacman.d/Makefile.am
index 698af489..2d39cac5 100644
--- a/etc/pacman.d/Makefile.am
+++ b/etc/pacman.d/Makefile.am
@@ -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 \