summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-12-21 11:32:08 +0000
committerColin Watson <cjwatson@debian.org>2009-12-21 11:32:08 +0000
commit4aebba208e59bffdb154f40acdc04c42c644a60e (patch)
tree2d2f9844b8a6d27e0833a63ac5d84ed5581f3e89
parentfeee1ced8f3dcd5fe2659753d0a30759b1d2d5cb (diff)
move local ignores to .bzrignore and resync .cvsignore files with upstream
-rw-r--r--.bzrignore50
-rw-r--r--.cvsignore7
-rw-r--r--contrib/.cvsignore2
-rw-r--r--debian/.cvsignore12
-rw-r--r--debian/tests/.cvsignore4
-rw-r--r--scard/.cvsignore1
6 files changed, 54 insertions, 22 deletions
diff --git a/.bzrignore b/.bzrignore
new file mode 100644
index 000000000..fd133fec7
--- /dev/null
+++ b/.bzrignore
@@ -0,0 +1,50 @@
1./*.out
2./Makefile
3./autom4te.cache
4./build-deb
5./build-deb-stamp
6./build-udeb
7./build-udeb-stamp
8./buildit.sh
9./buildpkg.sh
10./config.cache
11./config.h
12./config.log
13./config.status
14./openssh.xml
15./opensshd.init
16./scp
17./sftp
18./sftp-server
19./ssh
20./ssh-add
21./ssh-agent
22./ssh-keygen
23./ssh-keyscan
24./ssh-keysign
25./ssh-rand-helper
26./ssh_prng_cmds
27./sshd
28./stamp-h.in
29./survey
30./survey.sh
31contrib/gnome-ssh-askpass1
32contrib/gnome-ssh-askpass2
33openbsd-compat/Makefile
34scard/Makefile
35debian/*.debhelper*
36debian/*substvars
37debian/copyright
38debian/files
39debian/openssh-client
40debian/openssh-client-udeb
41debian/openssh-server
42debian/openssh-server-udeb
43debian/ssh
44debian/ssh-askpass-gnome
45debian/ssh-krb5
46debian/tests/key1
47debian/tests/key1.pub
48debian/tests/key2
49debian/tests/key2.pub
50debian/tmp
diff --git a/.cvsignore b/.cvsignore
index 4244eeb3b..b893c972d 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,16 +1,15 @@
1*.0
1*.out 2*.out
2Makefile 3Makefile
3autom4te.cache 4autom4te.cache
4build-deb
5build-deb-stamp
6build-udeb
7build-udeb-stamp
8buildit.sh 5buildit.sh
9buildpkg.sh 6buildpkg.sh
10config.cache 7config.cache
11config.h 8config.h
9config.h.in
12config.log 10config.log
13config.status 11config.status
12configure
14openssh.xml 13openssh.xml
15opensshd.init 14opensshd.init
16scp 15scp
diff --git a/contrib/.cvsignore b/contrib/.cvsignore
deleted file mode 100644
index 944ad9041..000000000
--- a/contrib/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
1gnome-ssh-askpass1
2gnome-ssh-askpass2
diff --git a/debian/.cvsignore b/debian/.cvsignore
deleted file mode 100644
index c64e8f51d..000000000
--- a/debian/.cvsignore
+++ /dev/null
@@ -1,12 +0,0 @@
1*.debhelper*
2*substvars
3copyright
4files
5openssh-client
6openssh-client-udeb
7openssh-server
8openssh-server-udeb
9ssh
10ssh-askpass-gnome
11ssh-krb5
12tmp
diff --git a/debian/tests/.cvsignore b/debian/tests/.cvsignore
deleted file mode 100644
index d0383c1d3..000000000
--- a/debian/tests/.cvsignore
+++ /dev/null
@@ -1,4 +0,0 @@
1key1
2key1.pub
3key2
4key2.pub
diff --git a/scard/.cvsignore b/scard/.cvsignore
index f3c7a7c5d..5349d34ae 100644
--- a/scard/.cvsignore
+++ b/scard/.cvsignore
@@ -1 +1,2 @@
1Makefile 1Makefile
2Ssh.bin