1*/target/**
2# IntelliJ test run side-effects
3dependency-check-core/data/
4dependency-check-ant/data/
5# Intellij project files
6*.iml
7*.ipr
8*.iws
9.idea/
10# Eclipse project files
11.classpath
12.project
13.settings
14maven-eclipse.xml
15.externalToolBuilders
16.pmd
17# Netbeans configuration
18nb-configuration.xml
19**/nbproject/
20/target/
21#maven-shade-plugin generated pom
22dependency-reduced-pom.xml
23#ruby Gemfile, etc. This is a java project, Gemfile is here to check site problem with Jekyll
24Gemfile
25Gemfile.lock
26_site/**
27#unknown as to why these are showing up... but need to be ignored.
28.LCKpom.xml~
29#coverity
30/cov-int/
31/dependency-check-core/nbproject/
32cov-scan.bat
33