-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
47 lines (38 loc) · 1.38 KB
/
.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
# This file instructs 'git' to ignore some files and directories
# ignore these directories generated by IBM Streams compiler and runtime:
**/.apt_generated/
**/.settings/
**/doc/
**/output/
# ignore these files generated by IBM Streams compiler and runtime:
*_h.pm
*_cpp.pm
*.splmm.idx
*.splmm.xml
*.splbuild
toolkit.xml
.toolkitList
StreamsLogs*.tgz
# ignore these files and directories generated by SPL applications:
**/data/*.out
# ignore these files generated by GCC compiler and linker:
*.o
*.a
*.so
# ignore these files generated by emacs editor:
**/*~
**/#*#
# ignore these files created by 'build.xml', too:
com.ibm.streamsx.plumbing/com.ibm.streamsx.plumbing.control/native.function/SPL_JNIFunctions_com_ibm_streamsx_plumbing_control.h
com.ibm.streamsx.plumbing/com.ibm.streamsx.plumbing.control/native.function/javaFunction.xml
com.ibm.streamsx.plumbing/com.ibm.streamsx.plumbing.leader/LeadershipElection/LeadershipElection.xml
com.ibm.streamsx.plumbing/impl/lib/com.ibm.streamsx.plumbing.jar
com.ibm.streamsx.plumbing/com.ibm.streamsx.plumbing.zookeeper/ZnodeAction/ZnodeAction.xml
# ignore these files, too
com.ibm.streamsx.plumbing/com.ibm.streamsx.plumbing/ElasticLoadBalance/ElasticLoadBalance_cpp.pm
com.ibm.streamsx.plumbing/com.ibm.streamsx.plumbing/ElasticLoadBalance/ElasticLoadBalance_h.pm
com.ibm.streamsx.plumbing/toolkit.xml
tests/testharness.pyc
*__pycache__/
/.DS_Store
release*/