.hgignore
author Claus Gittinger <cg@exept.de>
Sun, 23 Feb 2020 14:03:15 +0100
branchcvs_MAIN
changeset 3997 5bb44f7e1d20
parent 3405 a6d8f5c2ad73
child 3525 42a77733c566
permissions -rw-r--r--
#REFACTORING by exept class: Java class changed: #dumpConfigOn:

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