-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
125 lines (111 loc) · 2.32 KB
/
.gitignore
File metadata and controls
125 lines (111 loc) · 2.32 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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Ignore file for Visual Studio 2008, C#, Java
# use glob syntax
syntax: glob
# ignore for Mercurial
*.orig
# ignore lock files
*.lck
# ignore old school pom.xml
java/config/config-service/pom.xml.orig
# ignore for Mac OX
.DS_Store
# ignore for MonoDevelop
*.pidb
*.userprefs
test-results/
# Ignore for Java
*.class
tmp/
target/
NHINKeyStore
*xdm.zip
java/gateway/IncomingMsgFolder/
java/gateway/OutgoingMsgFolder/
java/gateway/RawMsgFolder/
java/xd-common/war
java/gateway/war
java/dns/war
java/install/build
java/config/config-service/src/main/webapp/WEB-INF/beans.xml
*.war
*.dat
nhindconfig/service.properties
config-service-client/war/config-service.war
java/install/direct
# Ignore Eclipse files
.classpath
.project
.settings/
# Ignore derby files
db.lck
log.ctrl
log1.dat
logmirror.ctrl
seg0/*
# Ignore Visual Studio files
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
[Bb]in
[Dd]ebug*/
obj/
[Rr]elease*/
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
csharp/unittests/*.bat
smtpEventHandler_i.h
# Ignore Sandcastle API generated documentation
[Hh]elp
csharp/*.chm
csharp/gateway/prodinstall/HVAgentConfig.xml
csharp/gateway/prodinstall/NHINDAgentConfig.xml
csharp/gateway/prodinstall/RedmondAgentConfig.xml
csharp/gateway/prodinstall/install.bat
csharp/gateway/prodinstall/installhv.bat
csharp/gateway/prodinstall/prop.bat
csharp/gateway/prodinstall/readme.txt
csharp/config/service.sln
csharp/config/service/ve-4D36.tmp
csharp/config/store/configStore.sln
csharp/external/xunit/xunit.console.sln
glob:csharp/agent/Config/AgentSettings.xsd
glob:csharp/config/install/umeshma3.config
glob:csharp/config/install/umeshma4.config
glob:csharp/config/service/ve-5E8C.tmp
glob:csharp/config/service/ve-7A85.tmp
glob:csharp/config/service/ve-8472.tmp
glob:DirectGateway-*-NET35-Source.zip
glob:*_ReSharper*
glob:csharp/installer/configui/*.*
glob:csharp/installer/configui/Config
glob:csharp/installer/configui/Content/
glob:csharp/installer/configui/**
# Ignore JetBrains Files
*.dotCover
csharp/installer/mdnMonitorSchema.tmp
csharp/installer/mdnMonitorSchema.sql
csharp/installer/DirectConfig.tmp
csharp/installer/DirectConfig.sql
csharp/installer/*.zip
tools/trust.bundler/cmdlet/Examples/*.p7*
tools/trust.bundler/build/packages/**
csharp/build/packages/**
*.DotSettings