-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (64 loc) · 1.78 KB
/
.gitignore
File metadata and controls
81 lines (64 loc) · 1.78 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
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
=======
# streams-specific excludes
toolkit.xml
*.pm
# If you want to include a perl module, do
# !foo.pm
/com.ibm.streamsx.inetserver/build.info
/com.ibm.streamsx.inetserver/opt/downloaded/
/release/
/doc/spldoc/
/samples/doc/spldoc/
# generated operator models and icon files for java primitive operators
/com.ibm.streamsx.inetserver/com.ibm.streamsx.inet.rest/*/*.xml
/com.ibm.streamsx.inetserver/com.ibm.streamsx.inet.rest/*/*.gif
/com.ibm.streamsx.inetserver/com.ibm.streamsx.inet.rest/*/*.jpeg
/com.ibm.streamsx.inetserver/com.ibm.streamsx.inet.wsserver/*/*.xml
/com.ibm.streamsx.inetserver/com.ibm.streamsx.inet.wsserver/*/*.gif
# more generated operator and function models
/com.ibm.streamsx.inetserver/com.ibm.streamsx.inet.rest/native.function/SPL_JNIFunctions_com_ibm_streamsx_inet_rest.h
/com.ibm.streamsx.inetserver/com.ibm.streamsx.inet.rest/native.function/javaFunction.xml
# more generated files in samples
samples/*/output
samples/*/toolkit.xml
samples/*/.toolkitList
samples/*/bin
# exclude generated Java primitive operator model files
# are now genrated into separate folder src-gen which is completely ignored
#*$StreamsModel.java
# Package Files #
com.ibm.streamsx.inetserver/impl/lib/*.jar
# Compiled class file
*.class
## C++ excludes
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# ignore these files and directories generated by SPL applications:
**/log/
**/log/
**/data/debug.*
# ignore these files generated by emacs editor:
*~
#*#
**/#*#
# ignore this file created by Mac OS:
.DS_Store
# Ignore top level project
/.project