.hgignore
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 26 Apr 2015 21:07:30 +0100
changeset 3442 e59716e00703
parent 3397 47437b9625e1
child 3525 42a77733c566
permissions -rw-r--r--
Oops, fix for commit 48320b2d4: Use first element of binding to read bound value For workspace variables it does not matter much as both values are valueholders, however in inspector and for debugger, binding contains block with fixed number of arguments.

syntax: glob
objbc
*.so
*.H
*.o
*.STH
*.sc
*.class
*Init.c
java/bin
libs/java/libs
libs/java/libs-src
libs/java/target
tests/*/bin
makefile
support/fdlibm/libfdm.a
examples/tomcat6/apache-tomcat-6.0.35-src/output
examples/tomcat6/resources
examples/tomcat6/tomcat6
examples/tomcat6/display.rc
examples/tomcat6/keyboard.rc
examples/tomcat6/keyboardMacros.rc
*.base
*.orig
*.local
*.other
st.chg

# Compilation artefacts of fdlibm on Windows
*.obj
fdlibm.LST
libfdm.lib

# .res files?
experiments\experiments.res
libjava.res
tests\tests.res
tools\tools.res


# Java libraries downloaded by IVY
java/libs/*.jar
java/libs-src/*.jar
tools/java/libs/ecj*.jar
tools/java/libs-src/ecj*.jar
benchmarks/java/libs/*.jar
benchmarks/java/libs-src/*.jar

# Test results generated by java/tests/run-tests.rb
tests/results*

# Test files created by Mauve test suite
tests/mauve/Compat1.tmp
tests/mauve/dataoutput.out
tests/mauve/dataoutput2.out
tests/mauve/frozen_serial
tests/mauve/raftmpfile
tests/mauve/stx_libjava_mauve-Test.xml
tests/mauve/tmpfile
tests/mauve/utf8test.out
tests/Compat1.tmp
tests/dataoutput.out
tests/dataoutput2.out
tests/frozen_serial
tests/mauve/java/src/ChangeLog
tests/mauve/java/src/gnu/testlet/java/io/File/tmp/File.doc
tests/mauve/java/src/gnu/testlet/java/io/File/tmp/Good.doc
tests/raftmpfile
tests/tmpfile
tests/utf8test.out

# Testrunner output files
stx_libjava*-Test.xml

# Callgrind profile dumps
callgrind.out.*

# Eclipse metadata
.metadata