view .hgignore @ 44:820d63efa2f5

Bug 1874: Update .hgignore Authored-by: Shinya TAKEBAYASHI reviewed-by: ykubota
author Yasumasa Suenaga <yasuenag@gmail.com>
date Fri, 18 Jul 2014 00:19:15 +0900
parents 98ad0e80f339
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
*.o
*.lo
*.la
*.so
*.so.*
*.lai