diff options
author | 2012-05-20 21:52:21 +0000 | |
---|---|---|
committer | 2012-05-20 21:52:21 +0000 | |
commit | 1b615ca2f6cdb43dbcdc452626b33328bcd7c33b (patch) | |
tree | fa5f6dcd14ef8f47cf79e067b1e2cab839c5df56 | |
parent | sync (diff) | |
download | wireguard-openbsd-1b615ca2f6cdb43dbcdc452626b33328bcd7c33b.tar.xz wireguard-openbsd-1b615ca2f6cdb43dbcdc452626b33328bcd7c33b.zip |
remove .cvsignore from cvs source dir, ok deraadt
building cvs fails after a forgotten 'make obj', but the problem is tough
to spot because the files which cause a problem are hidden from 'cvs up'
output (even with 'cvs up -I !') because they're listed in .cvsignore.
-rw-r--r-- | gnu/usr.bin/cvs/.cvsignore | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/usr.bin/cvs/.cvsignore b/gnu/usr.bin/cvs/.cvsignore deleted file mode 100644 index 734eb03a4a2..00000000000 --- a/gnu/usr.bin/cvs/.cvsignore +++ /dev/null @@ -1,16 +0,0 @@ -*.ncb -*.opt -*.plg -Debug -Makefile -Release -WinDebug -WinRel -config.cache -config.h -config.log -config.status -cvs-*.tar.gz -cvsinit -cvsnt.mdp -stamp-h1 |