-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
62 lines (52 loc) · 1.76 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# 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:
/.project
com.ibm.streamsx.sttgateway/.apt_generated
com.ibm.streamsx.sttgateway/output
com.ibm.streamsx.sttgateway/doc
com.ibm.streamsx.sttgateway/bin
com.ibm.streamsx.sttgateway/.toolkitList
com.ibm.streamsx.sttgateway/toolkit.xml
com.ibm.streamsx.sttgateway/build.info
com.ibm.streamsx.sttgateway/impl/nl/*.dat
com.ibm.streamsx.sttgateway/impl/nl/include/SttGatewayResource.h
com.ibm.streamsx.sttgateway/impl/nl/include/SttGatewayResource.pm
# the language settings are changed all the way, thus must enter these settings via eclipse
com.ibm.streamsx.sttgateway/.settings/language.settings.xml
# ignore these toolkit specific external dependency files and directories
com.ibm.streamsx.sttgateway/include/
com.ibm.streamsx.sttgateway/lib/libboost_chrono*
com.ibm.streamsx.sttgateway/lib/libboost_random*
com.ibm.streamsx.sttgateway/lib/libboost_system*
com.ibm.streamsx.sttgateway/lib/libboost_thread*
com.ibm.streamsx.sttgateway/lib/cmake/
# ignore downloads in ext dir but do not ignore rapidjson
/ext/websocketpp*
/ext/boost*
# ignore the toolkit documentation directory.
/doc/spldoc/
/samples/doc/spldoc/
/com.ibm.streamsx.sttgateway/doc/
# ignore release archives
/releases/
# ignore these files generated by IBM Streams compiler and runtime:
samples/*/.apt_generated
samples/*/output
samples/*/.toolkitList
samples/*/toolkit.xml
samples/*/etc/*.pem
samples/*/etc/*conf
samples/*/jobno.log
samples/*/data/Tuples
samples/audio-files/*.gsm
# ignore these files generated by emacs editor:
*~
#*#
**/#*#
# ignore this file created by Mac OS:
.DS_Store