.hgignore
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 28 Sep 2015 14:39:57 +0100
changeset 20 2f28df70181a
parent 19 7597503194b8
permissions -rw-r--r--
Added README, license and copyright notice


syntax: glob
*Init.c   
makefile
*.so
*.H
*.o
*.STH
*.sc
objbc
objvc
*.class
java/libs/*.jar
java/libs-src/*.jar
*-Test.xml
st.chg

# teak compilation by-products
compiler/cli/makefile.bak
compiler/cli/resources/stx/*
compiler/cli/resources/jv/*
compiler/cli/teak

# libt compilation by-products
libt/*.ll
libt/libt*
libt/*.bc


# examles compilation by-products
examples/*.ll