-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (41 loc) · 1.03 KB
/
.gitignore
File metadata and controls
49 lines (41 loc) · 1.03 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
# This file instructs 'git' to ignore some files and directories
# streams-specific excludes
*.pm
*.o
*.class
# If you want to include a perl module, do the following.
# !foo.pm
# ignore these files generated by the IBM Streams compiler and runtime:
com.ibm.streamsx.crossdc-failover/.apt_generated
com.ibm.streamsx.crossdc-failover/.classpath
com.ibm.streamsx.crossdc-failover/output
com.ibm.streamsx.crossdc-failover/.project
com.ibm.streamsx.crossdc-failover/.settings
com.ibm.streamsx.crossdc-failover/.toolkitList
com.ibm.streamsx.crossdc-failover/*/.namespace
# ignore the toolkit documentation directory.
doc/
# ignore these files generated by the 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
# ignore these files generated by emacs editor:
*~
#*#
**/#*#
# ignore this file created by Mac OS:
.DS_Store
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar