view .ignore @ 226:e147f3d6347d

Bug 3356: [TEST]Add a race-condition test framework Reviewed-by: yasuenag https://github.com/HeapStats/heapstats/pull/91
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Tue, 11 Apr 2017 17:38:38 +0900
parents 723c2a14a194
children ac5cfda97b59
line wrap: on
line source

target/

syntax: regexp
# Ignore all {.classpath,.project,.settings/*} files except for folders in
# eclipse
#
# Using negative lookahead expression
^(?!eclipse).*\.(settings|project|classpath)

syntax: glob
target/*
bin/*
*~
*.versionsBackup
.deps/
.dirstamp
agent/.cproject
agent/src/.deps/*
config.log
config.status
agent/heapstats.conf
autom4te.cache/
agent/attacher/dist/*.jar
agent/attacher/heapstats-attacher
analyzer/cli/heapstats-cli
*.o
*.lo
*.Po
*.la
*.so
*.so.*
*.lai
*.class
Makefile
/heapstats.properties

# SCM
.hg
.git

# IntelliJ (2016.3)
.idea/workspace.xml

# Python
__pycache__/
*.py[cod]
*$py.class