forked from powsybl/powsybl-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
100 lines (95 loc) · 2.45 KB
/
.gitignore
File metadata and controls
100 lines (95 loc) · 2.45 KB
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
# Maven projects
/action/target/
/action/action-dsl/target/
/action/action-dsl-spi/target/
/action/action-simulator/target/
/action/action-util/target/
/afs/target/
/afs/afs-core/target/
/afs/afs-ext-base/target/
/afs/afs-local/target/
/afs/afs-mapdb/target/
/afs/afs-mapdb-storage/target/
/afs/afs-network/afs-network-client/target/
/afs/afs-network/afs-network-server/target/
/afs/afs-network/target/
/afs/afs-storage-api/target/
/afs/afs-ws/afs-ws-client/target/
/afs/afs-ws/afs-ws-client-utils/target/
/afs/afs-ws/afs-ws-server/target/
/afs/afs-ws/afs-ws-server-utils/target/
/afs/afs-ws/afs-ws-storage/target/
/afs/afs-ws/afs-ws-utils/target/
/afs/afs-ws/target/
/ampl-converter/target/
/cgmes/target
/cgmes/cgmes-conformity/target/
/cgmes/cgmes-conversion/target/
/cgmes/cgmes-model/target/
/cgmes/cgmes-model-alternatives/target/
/cim-anonymiser/target/
/cim1/cim1-converter/target/
/cim1/cim1-model/target/
/cim1/target/
/commons/target/
/computation-local/target/
/computation-mpi/target/
/computation-mpi-util/target/
/computation/target/
/contingency/target/
/contingency/contingency-api/target/
/contingency/contingency-dsl/target/
/distribution-core/target/
/dsl/target/
/entsoe-util/target/
/iidm/target/
/iidm/iidm-api/target
/iidm/iidm-converter-api/target/
/iidm/iidm-impl/target/
/iidm/iidm-reducer/target/
/iidm/iidm-test/target/
/iidm/iidm-util/target/
/iidm/iidm-xml-converter/target/
/itools-packager/target/
/loadflow/loadflow-api/target/
/loadflow/loadflow-results-completion/target/
/loadflow/loadflow-validation/target/
/loadflow/target/
/math/target/
/security-analysis/target/
/security-analysis/security-analysis-afs/target/
/security-analysis/security-analysis-afs-local/target/
/security-analysis/security-analysis-api/target/
/sensitivity-api/target/
/simulation-api/target/
/scripting/target/
/target
/time-series/target/
/time-series/time-series-api/target/
/tools/target/
/triple-store/target/
/triple-store/triple-store-api/target/
/triple-store/triple-store-impl-blazegraph/target/
/triple-store/triple-store-impl-jena/target/
/triple-store/triple-store-impl-rdf4j/target/
/triple-store/triple-store-test/target/
/ucte/ucte-converter/target/
/ucte/ucte-network/target/
/ucte/target/
# CMake projects
/build/
/thirdparty/build/
# IntelliJ
/.idea
*.iml
# Compilation settings
install.cfg
# Eclipse projects
.classpath
.project
org.eclipse.core.resources.prefs
org.eclipse.jdt.core.prefs
org.eclipse.m2e.core.prefs
org.eclipse.jdt.groovy.core.prefs
# Log files
powsybl.log