.hgignore
changeset 3397 47437b9625e1
parent 3188 d9a3d685c8b9
child 3525 42a77733c566
--- a/.hgignore	Fri Mar 13 09:40:05 2015 +0000
+++ b/.hgignore	Fri Mar 13 13:33:16 2015 +0000
@@ -1,4 +1,5 @@
 syntax: glob
+objbc
 *.so
 *.H
 *.o
@@ -25,6 +26,18 @@
 *.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
@@ -33,25 +46,25 @@
 benchmarks/java/libs/*.jar
 benchmarks/java/libs-src/*.jar
 
-# Test results generated by java/tests/run-all.rb
+# Test results generated by java/tests/run-tests.rb
 tests/results*
 
 # Test files created by Mauve test suite
-mauve/Compat1.tmp
-mauve/dataoutput.out
-mauve/dataoutput2.out
-mauve/frozen_serial
-mauve/raftmpfile
-mauve/stx_libjava_mauve-Test.xml
-mauve/tmpfile
-mauve/utf8test.out
+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/libjava-mauve/src/ChangeLog
-tests/libjava-mauve/src/gnu/testlet/java/io/File/tmp/File.doc
-tests/libjava-mauve/src/gnu/testlet/java/io/File/tmp/Good.doc
+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