-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (45 loc) · 1.36 KB
/
.gitignore
File metadata and controls
56 lines (45 loc) · 1.36 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
# This file instructs 'git' to ignore some files and directories
# streams-specific excludes
*.pm
*.o
# If you want to include a perl module, do the following.
# !foo.pm
# ignore these files generated by IBM Streams compiler and runtime:
com.ibm.streamsx.websocket/.apt_generated
com.ibm.streamsx.websocket/.classpath
com.ibm.streamsx.websocket/output
com.ibm.streamsx.websocket/.project
com.ibm.streamsx.websocket/.settings
com.ibm.streamsx.websocket/.toolkitList
com.ibm.streamsx.websocket/toolkit.xml
com.ibm.streamsx.websocket/build.info
com.ibm.streamsx.websocket/*/.namespace
com.ibm.streamsx.websocket/com.ibm.streamsx.websocket.op/HttpPost/HttpPost.xml
# ignore these toolkit specific external dependency files and directories
com.ibm.streamsx.websocket/impl/java/bin/
com.ibm.streamsx.websocket/impl/java/src-gen/
com.ibm.streamsx.websocket/include/
com.ibm.streamsx.websocket/lib/
# ignore the toolkit documentation directory.
doc/
# ignore these files generated by IBM Streams compiler and runtime:
samples/*/.apt_generated
samples/*/.classpath
samples/*/output
samples/*/.project
samples/*/.settings
samples/*/.toolkitList
samples/*/toolkit.xml
samples/*/bin
samples/*/*/.namespace
.project
# ignore download dir
/ext/
# ignore release archives
/releases/
# ignore these files generated by emacs editor:
*~
#*#
**/#*#
# ignore this file created by Mac OS:
.DS_Store