Files
onvif/.gitignore
bhlowe 67a68f2ffc java 12 changes
Changes used to compile on java 12. Should be changed to a maven profile to allow selecting java 8 or higher... but appears to work. I do see some Illegal reflective access
warnings that appear harmless, for instance: Illegal reflective access by org.apache.ws.commons.schema.utils.DOMUtil
2019-07-10 09:35:37 -07:00

25 lines
206 B
Plaintext

*target*
*.jar
*.war
*.ear
*.class
# eclipse specific git ignore
*.pydevproject
.project
.metadata
bin/**
*.tmp
*.bak
*~.nib
*~
*.swp
*.swo
.idea/**
.idea
local.properties
.classpath
.settings/
.loadpath