jexer/.gitignore

36 lines
405 B
Text
Raw Normal View History

2015-03-08 03:31:41 -06:00
*.class
2015-03-21 20:54:29 -06:00
bin/**
build/**
2015-03-08 03:31:41 -06:00
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
2015-03-10 11:47:37 -06:00
# Generated docs
docs/**
2019-03-08 07:08:21 -07:00
# Maven artifacts
target/**
2015-03-08 03:31:41 -06:00
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
2015-03-09 06:03:14 -06:00
# Editor backup files
*.java~
*.xml~
2015-03-21 09:30:03 -06:00
# Scratch space
misc/**
2015-03-21 20:54:29 -06:00
/.project~
2018-10-21 20:18:05 -06:00
pmd.bash
pmd-results.html
2019-02-23 09:46:43 -07:00
examples/*.sh
2019-08-11 21:14:42 -06:00
# Fonts for testing
fonts/**