about summary refs log tree commit diff
path: root/.gitignore
AgeCommit message (Collapse)AuthorLines
2011-11-19.gitignore a bunch of artifacts of in-tree buildsBrian Anderson-1/+6
2011-09-23Update to libuv commit 3ca382.Erick Tryzelaar-1/+1
This patch changes libuv's gyp build system to make it's own makefiles. To generate them for rust, run these commands. They requires python 2.x to work: $ mkdir -p src/rt/libuv/build $ svn co http://gyp.googlecode.com/svn src/rt/libuv/build/gyp $ ./etc/src/gyp_uv
2011-07-13More additions to .gitignore.Graydon Hoare-0/+7
2011-06-01Ignore files generated by Doxygen.Lindsey Kuper-0/+2
2011-05-16Added .bz2 and stage1 directory to .gitignoreTim Chevalier-1/+3
2011-05-16add dl/ and .pyc files to .gitignoreTim Chevalier-1/+1
2011-05-05add dl/ and .pyc files to .gitignoreTim Chevalier-1/+2
2011-05-04Add *.pyc to .gitignoreBrian Anderson-0/+1
2011-04-06Continued sketching out code for checking states against preconditions.Tim Chevalier-0/+1
It's still sketchy. I added a typestate annotation field to statements tagged stmt_decl or stmt_expr, because a stmt_decl statement has a typestate that's different from that of its child node. This necessitated trivial changes to a bunch of other files all over to the compiler. I also added a few small standard library functions, some of which I didn't actually end up using but which I thought might be useful anyway.
2011-04-02Gitignore the recommended build directoryBrian Anderson-0/+1
2011-04-01added Mac .DS_Store directory to .gitignoreTim Chevalier-0/+1
2011-03-26Fix rules for gitignoring in-tree build artifacts to not ignore legitimate ↵Brian Anderson-3/+3
parts of the source tree
2011-03-25Ignore artifacts from in-tree buildsBrian Anderson-0/+5
2011-03-18Ignore emacs autosave files.Lindsey Kuper-0/+3
2011-01-30Ignore *.tmp to ignore lib-io.boot.tmpBrian Anderson-0/+1
2011-01-07Fix .gitignore to re-ignore test binaries with new extensionsBrian Anderson-2/+2
2011-01-03Add .valgrindrc to .gitignore.Graydon Hoare-0/+1
2010-08-20Allow every test to make a .tmp file that is cleaned up before execution.Roy Frostig-0/+2
2010-08-09Added Eclipse's .project and .cproject to .gitignore.Michael Bebenita-0/+2
2010-07-22Teach the makefile to generate .ll files,Jeffrey Yasskin-0/+2
which are helpful in debugging the llvm backend. Also tell git to ignore LLVM's intermediate files.
2010-07-20Make the build system run dsymutil so we can debug llvm-produced binaries on ↵Jeffrey Yasskin-0/+1
OSX.
2010-07-16permit use before import. closes #48Adam Bozanich-0/+1
2010-07-03Add more scratch files to .gitignore.Graydon Hoare-0/+3
2010-06-24Ignore TAGS.Graydon Hoare-0/+1
2010-06-24A couple more ignorable files.Graydon Hoare-0/+4
2010-06-24Add more ignorable build artifacts.Graydon Hoare-0/+14
2010-06-23Populate tree.Graydon Hoare-0/+2
2010-06-16Initial git commit.Graydon Hoare-0/+10