forked from schemacrawler/SchemaCrawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (55 loc) · 1.19 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Eclipse
.project
.classpath
.settings/
.loadpath
.recommenders
.externalToolBuilders/
*.launch
.springBeans
.recommenders/
.apt_generated/
.pydevproject
bin/
# IntelliJ IDEA
.idea/
**/*.iml
*.patch
.clover
.svn
*.png
target/
workspace/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
__init__.py
/schemacrawler-db2/*.jar
/schemacrawler-distrib/*.bnd
/schemacrawler-distrib/*.jar
/schemacrawler-distrib/src/assembly/schemacrawler.pom.asc
/schemacrawler-docs/*.png
/schemacrawler-docs/*.txt
/schemacrawler-docs/*.xml
/schemacrawler-docs/schemacrawler.config.properties.1
/schemacrawler-oracle/*.jar
/schemacrawler-sybaseiq/*.jar
/schemacrawler/*.bnd
/schemacrawler/*.jar
/schemacrawler/gpl-3.0.txt
/schemacrawler/lgpl-3.0.txt
/schemacrawler/src/assembly/schemacrawler.pom.asc
/schemacrawler-examplecode/src/main/java/Issue166.java
/schemacrawler-examplecode/src/main/java/Issue167.java
/schemacrawler-examplecode/derby.log
**/hsqldb.schemacrawler.lck
**/hsqldb.schemacrawler.lobs
**/hsqldb.schemacrawler.log
**/hsqldb.schemacrawler.properties
**/hsqldb.schemacrawler.script
**/derby.log
/schemacrawler-scripting/serialize.*