-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
130 lines (104 loc) · 2.81 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
### https://raw.github.com/github/gitignore/b0012e4930d0a8c350254a3caeedf7441ea286a3/Scala.gitignore
dblibj/*.class
dblibj/*.log
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
dblibj/hs_err_pid*
### https://raw.github.com/github/gitignore/b0012e4930d0a8c350254a3caeedf7441ea286a3/Global/SBT.gitignore
# Simple Build Tool
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
dblibj/dist/*
dblibj/target/
dblibj/lib_managed/
dblibj/src_managed/
dblibj/project/boot/
dblibj/project/plugins/project/
dblibj/project/target/
dblibj/.history
dblibj/.cache
dblibj/.lib/
### https://raw.github.com/github/gitignore/b0012e4930d0a8c350254a3caeedf7441ea286a3/Global/JetBrains.gitignore
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
dblibj/.idea/**/workspace.xml
dblibj/.idea/**/tasks.xml
dblibj/.idea/**/usage.statistics.xml
dblibj/.idea/**/dictionaries
dblibj/.idea/**/shelf
# AWS User-specific
dblibj/.idea/**/aws.xml
# Generated files
dblibj/.idea/**/contentModel.xml
# Sensitive or high-churn files
dblibj/.idea/**/dataSources/
dblibj/.idea/**/dataSources.ids
dblibj/.idea/**/dataSources.local.xml
dblibj/.idea/**/sqlDataSources.xml
dblibj/.idea/**/dynamic.xml
dblibj/.idea/**/uiDesigner.xml
dblibj/.idea/**/dbnavigator.xml
# Gradle
dblibj/.idea/**/gradle.xml
dblibj/.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
# CMake
dblibj/cmake-build-*/
# Mongo Explorer plugin
dblibj/.idea/**/mongoSettings.xml
# File-based project format
*.iws
# IntelliJ
dblibj/out/
# mpeltonen/sbt-idea plugin
dblibj/.idea_modules/
# JIRA plugin
dblibj/atlassian-ide-plugin.xml
# Cursive Clojure plugin
dblibj/.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
dblibj/com_crashlytics_export_strings.xml
dblibj/crashlytics.properties
dblibj/crashlytics-build.properties
dblibj/fabric.properties
# Editor-based Rest Client
dblibj/.idea/httpRequests
# Android studio 3.1+ serialized cache file
dblibj/.idea/caches/build_file_checksums.ser
#####################
.tags
*.jar
dblibj/lib/~BROMIUM/
dblibj/project/target/active.json
*.class
*.cache
Makefile
config.h
config.log
config.status
libtool
ocesql/.deps/
ocesql/Makefile
ocesql/errorfile.o
ocesql/ocesql
ocesql/*.o
stamp-h1
tests/*.log
tests/*.dir
tests/basic
tests/cobol_data
tests/misc
tests/sql_data
tests/sqlca
configure~
tests/*~