.hgignore
author Jan Vrany <jan.vrany@labware.com>
Wed, 10 Jun 2020 21:33:27 +0100
changeset 650 4c6ed0a28d18
parent 555 4aa0496e6c22
permissions -rw-r--r--
Replace `ifNil:[...]` with `isNil ifTrue:[...]` The latter is optimized by compilers and therefore faster.


syntax: glob
*Init.c   
makefile
*.so
*.H
*.o
*.STH
*.sc
objbc
objvc
*.class
java/libs/*.jar
java/libs-src/*.jar
*-Test.xml
st.chg
package-cache
mc

# CI Artefacts
ci/package-cache
ci/pharo*
ci/test-data
ci/*.image
ci/*.changes
ci/*.fuel
ci/*.json
ci/*.xml
ci/*.log
ci/play-cache