summaryrefslogtreecommitdiff
path: root/.cvsignore
AgeCommit message (Collapse)Author
2005-04-01Add several files to cvsignoresNick Mathewson
svn:r3963
2005-03-19added stamp-h.in to .cvsignore for compatibility with autoheader (GNU ↵Geoff Goodell
Autoconf) 2.59 svn:r3787
2004-11-15Add tor.spec and torctl to .cvsignore filesNick Mathewson
svn:r2879
2004-05-19Allow multiple logfiles at different severity rangesNick Mathewson
svn:r1899
2004-03-29Remove automake files from cvs. Let's see whether it works for Roger too.Peter Palfrader
svn:r1369
2004-03-29Add more stuff to cvsignoresNick Mathewson
svn:r1367
2003-10-21Update .cvsignores to exclude files generated due to recent build improvementsNick Mathewson
svn:r647
2003-06-21Make cvsignores reflect build processNick Mathewson
svn:r341
2002-06-29More cleanup. Thanks for your help, Felipe.Roger Dingledine
svn:r14
2002-06-29First cut at cleaning out a lot of the extra stuff.Roger Dingledine
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