view .hgignore @ 73:63b7632cf097 default tip

Bug 3421: Override functions might crash on Fedora 26 Reviewed-by: ykubota https://github.com/HeapStats/heapstats/pull/110
author Yasumasa Suenaga <yasuenag@gmail.com>
date Tue, 18 Jul 2017 11:54:21 +0900
parents b21d5eef58f0
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)

syntax: glob
target/*
bin/*
*~
*.versionsBackup
build/*
analyzer/heapstats.jar
analyzer/lib/*.jar
analyzer/build/*
analyzer/dist/
agent/Makefile
agent/.cproject
agent/src/.deps/*
agent/config.log
agent/config.status
agent/heapstats.conf
agent/Makefile
agent/src/Makefile
agent/autom4te.cache/
agent/libtool
agent/attacher/AgentAttacher.{class,jar}
agent/attacher/Makefile
agent/attacher/attachjvm.sh
agent/attacher/attachjvm.sh.tmp*
*.o
*.lo
*.la
*.so
*.so.*
*.lai