.hgignore
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 18 Sep 2015 06:20:53 +0100
changeset 12 d716a8181fc1
parent 0 db69a8d8b368
child 19 7597503194b8
permissions -rw-r--r--
Make TCompilerPass>>acceptSequenceNode: to return value of last statement. This is required for proper compilation of (inlined) blocks
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
syntax: glob
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
*Init.c   
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
makefile
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
*.so
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
*.H
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
*.o
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
*.STH
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
*.sc
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
objbc
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
objvc
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12
*.class
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
java/libs/*.jar
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    14
java/libs-src/*.jar
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    15
*-Test.xml
db69a8d8b368 Initial shot: parser, type nodes, types and little bit of a support.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    16
st.chg