From cc187e62ee9ccdc15c81733e7428f21543ae4a65 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Mon, 6 May 2002 03:09:38 +0200
Subject: [PATCH] Updated to ignore all source dists. Remove some old stuff
 (mud* and snap*).

Rev: .cvsignore:1.19
---
 .cvsignore | 8 +-------
 .gitignore | 8 +-------
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/.cvsignore b/.cvsignore
index 8b70decd49..6d68705a62 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,4 +1,4 @@
-Pike-v*
+Pike*
 a.out
 alpha
 alpha-gcc
@@ -8,15 +8,9 @@ build
 build2
 egcs-build
 msbuild
-mud
-mud-0.1.tar.gz
-mud-0.2.tar.gz
-mudlib
 ntbuild
 obsolete
 reports
-smap
-smap.tar.gz
 solaris
 test
 test1
diff --git a/.gitignore b/.gitignore
index 7a785d37fa..1a1bcd63b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,7 +30,7 @@ _$*
 *.elc
 *.ln
 core
-/Pike-v*
+/Pike*
 /a.out
 /alpha
 /alpha-gcc
@@ -40,15 +40,9 @@ core
 /build2
 /egcs-build
 /msbuild
-/mud
-/mud-0.1.tar.gz
-/mud-0.2.tar.gz
-/mudlib
 /ntbuild
 /obsolete
 /reports
-/smap
-/smap.tar.gz
 /solaris
 /test
 /test1
-- 
GitLab