Skip to content

Commit

Permalink
Review/consolidate .gitignore, add derby.log to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
spannm committed Dec 22, 2022
1 parent de78830 commit a838204
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
dependency-reduced-pom.xml
.flattened-pom.xml
GPATH
GRTAGS
GTAGS
src/test/java/org/skife/jdbi/v2/docs/TestArrayBinding.java
target
**/*dependency-reduced-pom.xml
**/*flattened-pom.xml
**/target/
report
*.ipr
*.iws
*.iml
**/*.iml
**/*.lock.db
**/.checkstyle
**/.classpath
**/.idea/
**/.project
**/.settings
**/bin/
**/derby.log
*.tokens
.clover
.idea
^build
out
.classpath
.project
.settings
*~
test-output
travis-settings.xml
travis-settings-security.xml
travis-settings*.xml
.build-oracle
.factorypath
docs/src/main/resources/jdbi2/apidocs
*.tokens

0 comments on commit a838204

Please sign in to comment.