forked from usnistgov/iheos-toolkit2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hgignore
74 lines (55 loc) · 889 Bytes
/
.hgignore
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
71
72
73
74
syntax:glob
# class files and libs
build
lib/**
# generated by tools
.idea
.metadata
xdstools2/xdstools2/**
**/*.iml
*.iml
*/target/**
#check. created by eclipse
*bin
*.class
# folders created by gwt
.gwt/**
xdstools2/.gwt
xdstools2/gwt-unitCache/
.gwt-tmp
xdstools2/war/**
#the war produced
*.war
#any patch files being maintained locally
patch*
#the listener jar
xdstools2/listener.jar
#eclipse settings
.settings/
.project
.classpath
#MAC
.DS_Store
#diff tools and linux backup files
*~
*.orig
# VIM swap files
*.swp
*.swo
# intellij work area
out
deploy.sh
syntax: regexp
^\.externalToolBuilders$
syntax: regexp
^\.settings/org\.apache\.ivyde\.eclipse\.prefs$
syntax: regexp
^xdstools2/\.project$
syntax: regexp
^\.gwt
#sunil
sunil_ij/
syntax: regexp
^xdstools2/src/main/resources/toolkit\.properties$
syntax: regexp
^utilities/src/test/groovy/META-INF/MANIFEST\.MF$