view .ignore @ 243:be9892e921b3

Bug 3420: Migrate Plugin API module from fx module Reviewed-by: yasuenag GitHub: https://github.com/HeapStats/heapstats/pull/109
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Mon, 17 Jul 2017 23:44:04 +0900
parents ac5cfda97b59
children
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)
# Auto generated Makefile for mercurial
^Makefile$

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
analyzer/fx/heapstats-analyzer
*.o
*.lo
*.Po
*.la
*.so
*.so.*
*.lai
*.class
/heapstats.properties
# Auto generated Makefile
/Makefile
mbean/**/Makefile
agent/Makefile
agent/src/**/Makefile
agent/attacher/**/Makefile

# SCM
.hg
.git

# IntelliJ (2016.3)
.idea/workspace.xml

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