.hgignore
author boehmes
Wed, 15 Dec 2010 10:12:44 +0100
changeset 41127 2ea84c8535c6
parent 34870 e10547372c41
child 42518 57367832b81a
permissions -rw-r--r--
re-implemented eta-expansion, lambda-lifting, and explicit application on terms (exploiting the control over the term structure); abolished SMT interface concept in favor of solver classes (now also the translation configuration is stored in the context); proof reconstruction is now expected to return a theorem stating False (and hence needs to discharge all hypothetical definitions); built-in functions carry additionally their arity and their most general type; slightly generalized the definition of fun_app

syntax: glob

*~
*.class
*.jar
.DS_Store


syntax: regexp

^contrib
^heaps/
^browser_info/
^doc-src/.*\.aux
^doc-src/.*\.bbl
^doc-src/.*\.blg
^doc-src/.*\.dvi
^doc-src/.*\.idx
^doc-src/.*\.ind
^doc-src/.*\.lof
^doc-src/.*\.log
^doc-src/.*\.out
^doc-src/.*\.rai
^doc-src/.*\.rao
^doc-src/.*\.toc

^src/Tools/jEdit/nbproject/private/
^src/Tools/jEdit/build/
^src/Tools/jEdit/dist/
^src/Tools/jEdit/contrib/