forked from ow2-proactive/programming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (39 loc) · 814 Bytes
/
.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
.gradle/
.idea/
*.iml
*.classpath
*.project
# /
/.classpath
/.project
/.settings
/classes
/dist
/docs
/doc-files
/junitReports
/log
/.machinefile_*
/output
/timitOutputDirectory
/.classpath*
/generated
build/
*.settings
bin/
# /compile/
/compile/eclipse_formatter_config.properties
/compile/Manifest.mf
# /lib/
/lib/script-js.jar
/lib/script-api.jar
/lib/js.jar
# /scripts/unix/
/scripts/unix/.machinefile*
# /src/Core/org/objectweb/proactive/core/body/proxy/
/src/Core/org/objectweb/proactive/core/body/proxy/SendingQueueOld.java
# /src/Core/org/objectweb/proactive/core/component/config/
/src/Core/org/objectweb/proactive/core/component/config/schemaDiagrams
# /src/Tests/functionalTests/component/conform/membranes/
/src/Tests/functionalTests/component/conform/membranes/julia.cfg
/.nb-gradle/private/