forked from ControlSystemStudio/cs-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (58 loc) · 2.09 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
63
64
65
66
67
68
69
70
*CVS/
.git/*
*~
*.swp
*.orig
bin/
classes/
build/build
build/ext
dist
# ignore all log files ?
logs/*.log
log/*.log
# ignore the cs-studio-pde.target
core/repository/cs-studio-pde.target
applications/repository/cs-studio-pde.target
# ignore the mvn repo produced by the build
*/mvn/repo*
# SNS, KEK Products: Ignore output of headless build
syntax: glob
products/SNS/product/org.csstudio.sns.updatesite/build/*
products/SNS/product/org.csstudio.sns.updatesite/apps/*
products/SNS/product/org.csstudio.sns.updatesite/config_build_*/build.log
products/KEK/plugins/org.csstudio.kek.build/build/*
products/KEK/plugins/org.csstudio.kek.build/apps/*
products/KEK/plugins/org.csstudio.kek.build/*/build.log
# Generated jython classes
*$py.class
# ignore the .settings folder
# should it be changed to all */.settings/* ?
.settings/
*.prefs
# The rest seems to be a copy/paste of the Mercurial ingnore rules,
# which don't work with GIT (no "syntax: regexp"...)
syntax: regexp
^applications/plugins/org\.csstudio\.diag\.pvmanager\.probe/\.settings$
^applications/plugins/org\.csstudio\.channelfinder/\.settings$
^core/plugins/org\.csstudio\.platform\.libs\.glazedlists/\.settings$
^applications/plugins/org\.csstudio\.channelfinder\.ui/\.settings$
^core/plugins/org\.csstudio\.platform\.libs\.jfreechart/\.settings$
^applications/plugins/org\.csstudio\.multiChannelViewer/\.settings$
^applications/plugins/org\.csstudio\.utility\.pvmanager\.jfreechart\.widgets/\.settings$
^applications/plugins/org\.csstudio\.utility\.pvmanager\.jfreechart\.widgets/\.classpath$
rescue/.+/.+\.sql$
rescue/.+/.+\.gpb$
^applications/plugins/net\.coobird\.thumbnailator/\.settings$
syntax: regexp
^applications/plugins/org\.apache\.jackrabbit/\.settings$
syntax: regexp
^applications/plugins/org\.csstudio\.utility\.olog\.ui/\.settings$
# Ignore Tycho/Maven build directories #
target/
# This artifact gets produced outside '/target' directory. Why? #
# The build fails when using the tycho-buildtimestamp-jgit plugin. #
applications/plugins/org.csstudio.opibuilder.converter/converter.jar
# Ignore files generated by external applications.
*.iml
*.bak