view .ignore @ 273:c544d27e27c2

Bug 3754: Could not bundle heapstats-cli launcher Reviewed-by: ykubota https://github.com/HeapStats/heapstats/pull/145
author Yasumasa Suenaga <yasuenag@gmail.com>
date Sat, 05 Oct 2019 10:41:03 +0900
parents be9892e921b3
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