aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* add dl/ and .pyc files to .gitignoreTim Chevalier2011-05-051-1/+2
|
* Add *.pyc to .gitignoreBrian Anderson2011-05-041-0/+1
|
* Continued sketching out code for checking states against preconditions.Tim Chevalier2011-04-061-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.
* Gitignore the recommended build directoryBrian Anderson2011-04-021-0/+1
|
* added Mac .DS_Store directory to .gitignoreTim Chevalier2011-04-011-0/+1
|
* Fix rules for gitignoring in-tree build artifacts to not ignore legitimate ↵Brian Anderson2011-03-261-3/+3
| | | | parts of the source tree
* Ignore artifacts from in-tree buildsBrian Anderson2011-03-251-0/+5
|
* Ignore emacs autosave files.Lindsey Kuper2011-03-181-0/+3
|
* Ignore *.tmp to ignore lib-io.boot.tmpBrian Anderson2011-01-301-0/+1
|
* Fix .gitignore to re-ignore test binaries with new extensionsBrian Anderson2011-01-071-2/+2
|
* Add .valgrindrc to .gitignore.Graydon Hoare2011-01-031-0/+1
|
* Allow every test to make a .tmp file that is cleaned up before execution.Roy Frostig2010-08-201-0/+2
|
* Added Eclipse's .project and .cproject to .gitignore.Michael Bebenita2010-08-091-0/+2
|
* Teach the makefile to generate .ll files,Jeffrey Yasskin2010-07-221-0/+2
| | | | | which are helpful in debugging the llvm backend. Also tell git to ignore LLVM's intermediate files.
* Make the build system run dsymutil so we can debug llvm-produced binaries on ↵Jeffrey Yasskin2010-07-201-0/+1
| | | | OSX.
* permit use before import. closes #48Adam Bozanich2010-07-161-0/+1
|
* Add more scratch files to .gitignore.Graydon Hoare2010-07-031-0/+3
|
* Ignore TAGS.Graydon Hoare2010-06-241-0/+1
|
* A couple more ignorable files.Graydon Hoare2010-06-241-0/+4
|
* Add more ignorable build artifacts.Graydon Hoare2010-06-241-0/+14
|
* Populate tree.Graydon Hoare2010-06-231-0/+2
|
* Initial git commit.Graydon Hoare2010-06-161-0/+10