aboutsummaryrefslogtreecommitdiff
path: root/.cvsignore
Commit message (Collapse)AuthorAge
* Remove .cvsignore files from trunkPeter Palfrader2006-07-25
| | | | svn:r6891
* ignore ancillary files build-stamp and patch-stampGeoff Goodell2006-02-26
| | | | svn:r6084
* Add several files to cvsignoresNick Mathewson2005-04-01
| | | | svn:r3963
* added stamp-h.in to .cvsignore for compatibility with autoheader (GNU ↵Geoff Goodell2005-03-19
| | | | | | Autoconf) 2.59 svn:r3787
* Add tor.spec and torctl to .cvsignore filesNick Mathewson2004-11-15
| | | | svn:r2879
* Allow multiple logfiles at different severity rangesNick Mathewson2004-05-19
| | | | svn:r1899
* Remove automake files from cvs. Let's see whether it works for Roger too.Peter Palfrader2004-03-29
| | | | svn:r1369
* Add more stuff to cvsignoresNick Mathewson2004-03-29
| | | | svn:r1367
* Update .cvsignores to exclude files generated due to recent build improvementsNick Mathewson2003-10-21
| | | | svn:r647
* Make cvsignores reflect build processNick Mathewson2003-06-21
| | | | svn:r341
* More cleanup. Thanks for your help, Felipe.Roger Dingledine2002-06-29
| | | | svn:r14
* First cut at cleaning out a lot of the extra stuff.Roger Dingledine2002-06-29
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