.hgignore
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 21 Mar 2016 13:15:35 +0100
changeset 314 9ac0be200068
parent 292 7d05823104ad
child 309 7ee70a642b24
permissions -rw-r--r--
CI: Added CI scripts for Pharo ...to make Jenkins setup easier. To run CalipeL/S tests on Pharo, simply execute: wget -O "ci-pharo-common.sh" https://bitbucket.org/janvrany/jv-calipel/raw/tip/s/pharo/ci/ci-pharo-tests.sh | bash -x To run standard set ob benchmarks on Pharo, run wget -O "ci-pharo-common.sh" https://bitbucket.org/janvrany/jv-calipel/raw/tip/s/pharo/ci/ci-pharo-benchmarks.sh | bash -x

syntax: glob
*.so
*.H
*.o
*.STH
*.sc
*.class
*Init.c
makefile
*.base
*.orig
*.local
*.other
st.chg
**/.idea
**/*.iml
**/objbc
*.res
*.sublime-workspace


# Pharo downloaded/generated files
s/pharo/Pharo*
s/pharo/pharo*
s/pharo/*.changes
s/pharo/*.image
s/pharo/package-cache
s/pharo/mc
s/pharo/CalipeL-S-Tests-Test.xml
s/pharo/*.fuel
jv_calipel_s_tests-Test.xml
result.json
results.json
progress.log

# Rails temporary files
web/db/*.sqlite3
web/.bundle
web/tmp/*
web/log/*.log
web/tags
web/public/assets/*
web/public/uploads/*
web/public/archive/*

# Java implementation temporary files
java/target
java/*.iml
java/.idea

# PetitCompiler support files (should not be here, but...)
smalltalk-src
java-src
ruby-src
python-src

# Smalltalk/X benchmarking and profiling by-products
s/stx/jitmap.*
s/stx/call*

# Monticello packages
mc
package-cache
*.mcz