.hgignore
changeset 271 b3d47d1cb55d
parent 95 f417138e9c48
child 310 7f59bfd70614
--- a/.hgignore	Mon Jul 24 14:26:03 2023 +0100
+++ b/.hgignore	Mon Jul 24 14:35:24 2023 +0100
@@ -1,6 +1,6 @@
 
 syntax: glob
-*Init.c   
+*Init.c
 makefile
 *.so
 *.so.debug
@@ -16,10 +16,33 @@
 java/libs/*.jar
 java/libs-src/*.jar
 *-Test.xml
+*-Lint.xml
+*-Coverage.xml
 st.chg
 
-tests/c/factorial1
-tests/c/factorial2
-tests/c/press_any_key
-tests/c/*.exe
+*.orig
+*.bak
+
+__pycache__
+*.pyc
+
+tests/c/*-*-*
+
+ports/makefiles
 
+ports/*/src-generated
+ports/*/GNUmakefile.local
+ports/*/*.image
+ports/*/*.changes
+
+ports/pharo/Pharo*.sources
+ports/pharo/PharoDebug.log
+ports/pharo/bin
+ports/pharo/lib
+ports/pharo/pharo
+ports/pharo/pharo-local
+ports/pharo/pharo.version
+ports/pharo/progress.log
+
+
+