view .ignore @ 281:1e8de29f38c4 default tip

Bug 3791: HeapStats agent should show warning if it run on JDK 8u262 or later Co-authored-by: KUBOTA Yuji <kubota.yuji@gmail.com> Reviewed-by: ykubota https://github.com/HeapStats/heapstats/pull/154
author Yasumasa Suenaga <yasuenag@gmail.com>
date Sun, 19 Jul 2020 12:52:57 +0900
parents c544d27e27c2
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
*.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