aboutsummaryrefslogtreecommitdiff
path: root/src/or/.cvsignore
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-06-29 00:54:00 +0000
committerRoger Dingledine <arma@torproject.org>2002-06-29 00:54:00 +0000
commitbd627daa403d9606036f6b67939947d970baf262 (patch)
tree1ed33f2e9245488df078010ee219ce1cbde58c6e /src/or/.cvsignore
parent3840dbcaaf870d1ecd4789d037a555740ed61244 (diff)
downloadtor-bd627daa403d9606036f6b67939947d970baf262.tar
tor-bd627daa403d9606036f6b67939947d970baf262.tar.gz
First cut at cleaning out a lot of the extra stuff.
The summary here is that I'm requiring all developers to have auto* (aclocal, autoconf, automake) installed on their machine. Since different versions of auto* generate vastly different output, I'm going to leave its output out of the repository. This means that whenever you check out a repository, you need to run auto* to generate a configure file, then run ./configure to get a Makefile, then build. If you don't have auto* and can't get it, let me know (and I'll try to convince you to develop on moria). The benefit here is that while developers have a bit more work to keep things straight, we can build snapshots that will install just about anywhere (once we make configure.in work, that is ;) svn:r12
Diffstat (limited to 'src/or/.cvsignore')
-rw-r--r--src/or/.cvsignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/.cvsignore b/src/or/.cvsignore
new file mode 100644
index 000000000..282522db0
--- /dev/null
+++ b/src/or/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in