Skip to content

Commit 014c735

Browse files
author
James Nugent
committed
Initial commit (mirrored from Novell FTP Server)
Novell.Directory.Ldap version 2.1.11
0 parents  commit 014c735

File tree

264 files changed

+53594
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

264 files changed

+53594
-0
lines changed

.gitignore

Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
winbuild/packages/*
2+
winbuild/output/*
3+
winbuild/logs/*
4+
winbuild/storage/*
5+
winbuild/TestRunResult.xml
6+
lib/eventstore/*
7+
lib/eventstore2/*
8+
lib/eventstore-net-*.zip
9+
lib/eventstore_license.txt
10+
lib/firebird*
11+
lib/firebird*.zip
12+
lib/packages/*
13+
src/packages/*
14+
*.log
15+
src/NDependOut*
16+
17+
#################
18+
## Eclipse
19+
#################
20+
21+
*.pydevproject
22+
.project
23+
.metadata
24+
bin/
25+
tmp/
26+
*.tmp
27+
*.bak
28+
*.swp
29+
*~.nib
30+
local.properties
31+
.classpath
32+
.settings/
33+
.loadpath
34+
35+
# External tool builders
36+
.externalToolBuilders/
37+
38+
# Locally stored "Eclipse launch configurations"
39+
*.launch
40+
41+
# CDT-specific
42+
.cproject
43+
44+
# PDT-specific
45+
.buildpath
46+
47+
48+
#################
49+
## Visual Studio
50+
#################
51+
52+
## Ignore Visual Studio temporary files, build results, and
53+
## files generated by popular Visual Studio add-ons.
54+
55+
# User-specific files
56+
*.suo
57+
*.user
58+
*.sln.docstates
59+
60+
# Build results
61+
[Dd]ebug/
62+
[Rr]elease/
63+
*_i.c
64+
*_p.c
65+
*.ilk
66+
*.meta
67+
*.obj
68+
*.pch
69+
*.pdb
70+
*.pgc
71+
*.pgd
72+
*.rsp
73+
*.sbr
74+
*.tlb
75+
*.tli
76+
*.tlh
77+
*.tmp
78+
*.vspscc
79+
.builds
80+
*.dotCover
81+
*.ncrunchsolution
82+
83+
## If you have NuGet Package Restore enabled, uncomment this
84+
packages/
85+
86+
# Visual C++ cache files
87+
ipch/
88+
*.aps
89+
*.ncb
90+
*.opensdf
91+
*.sdf
92+
93+
# Visual Studio profiler
94+
*.psess
95+
*.vsp
96+
97+
# ReSharper is a .NET coding add-in
98+
_ReSharper*
99+
100+
# Installshield output folder
101+
[Ee]xpress
102+
103+
# DocProject is a documentation generator add-in
104+
DocProject/buildhelp/
105+
DocProject/Help/*.HxT
106+
DocProject/Help/*.HxC
107+
DocProject/Help/*.hhc
108+
DocProject/Help/*.hhk
109+
DocProject/Help/*.hhp
110+
DocProject/Help/Html2
111+
DocProject/Help/html
112+
113+
# Click-Once directory
114+
publish
115+
116+
# Others
117+
[Bb]in
118+
[Oo]bj
119+
sql
120+
TestResults
121+
*.Cache
122+
ClientBin
123+
stylecop.*
124+
~$*
125+
*.dbmdl
126+
Generated_Code #added for RIA/Silverlight projects
127+
128+
# Backup & report files from converting an old project file to a newer
129+
# Visual Studio version. Backup files are not needed, because we have git ;-)
130+
_UpgradeReport_Files/
131+
Backup*/
132+
UpgradeLog*.XML
133+
134+
135+
136+
############
137+
## Windows
138+
############
139+
140+
# Windows image file caches
141+
Thumbs.db
142+
143+
# Folder config file
144+
Desktop.ini
145+
146+
147+
#############
148+
## Python
149+
#############
150+
151+
*.py[co]
152+
153+
# Packages
154+
*.egg
155+
*.egg-info
156+
dist
157+
eggs
158+
parts
159+
bin
160+
var
161+
sdist
162+
develop-eggs
163+
.installed.cfg
164+
165+
# Installer logs
166+
pip-log.txt
167+
168+
# Unit test / coverage reports
169+
.coverage
170+
.tox
171+
172+
#Translations
173+
*.mo
174+
175+
#Mr Developer
176+
.mr.developer.cfg
177+
178+
# Mac crap
179+
.DS_Store

0 commit comments

Comments
 (0)