forked from OpenGamma/OG-Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
85 lines (84 loc) · 1.49 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
/db/
*.log
.project
.classpath
.checkstyle
.directory
common/build-projects.xml
common/credentials.properties
common/tests.properties
common/db.properties
common/deploy.properties
/projects/*
!/projects/pom.xml
!/projects/src
!/projects/OG-Parent
!/projects/OG-Analytics
!/projects/OG-Bloomberg
!/projects/OG-BloombergExample
!/projects/OG-Component
!/projects/OG-Core
!/projects/OG-Client
!/projects/OG-Engine
!/projects/OG-EngineDB
!/projects/OG-Examples
!/projects/OG-Financial
!/projects/OG-FinancialTypes
!/projects/OG-Install
!/projects/OG-Integration
!/projects/OG-Language
!/projects/OG-LiveData
!/projects/OG-Master
!/projects/OG-MasterDB
!/projects/OG-MavenPlugin
!/projects/OG-Provider
!/projects/OG-Security
!/projects/OG-Server
!/projects/OG-TimeSeries
!/projects/OG-Util
!/projects/OG-UtilDB
!/projects/OG-Web
repository/
ivy/
bootstrap/
tests/output/
javadoc
lib/
/projects/*/target/
.DS_Store
.*.sw?
logs/
artifacts/
output/
output-long/
/dist/
/Setting-up-an-Eclipse-workspace.html
test-output/
/install/
/OpenGamma/
/build/
LOCAL_STASH
docs.sqlite3
*.pid
*.pyc
.settings/
/target/
# IntelliJ config files
*.iws
*.iml
*.ids
.idea/libraries
.idea/workspace.xml
.idea/compiler.xml
.idea/modules.xml
.idea/encodings.xml
.idea/uiDesigner.xml
.idea/dictionaries
.idea/inspectionProfiles
.idea/validation.xml
.idea/dataSources.xml
.idea/scopes/scope_settings.xml
.idea/inspectionProfiles/profiles_settings.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/copyright/profiles_settings.xml
atlassian-ide-plugin.xml