forked from VsVim/VsVim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
80 lines (66 loc) · 1.3 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
71
72
73
74
75
76
77
78
79
80
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
# Binary files
*.exe
*.dbg
*.pcb
*.ncb
*.swp
*.snk
*.sdf
*.pdb
*.msi
*.vspx
*.mdf
*.ldf
*.opendb
Thumbs.db
# Project Files
*.user
*.suo
*.db
*.psess
TestResult.xml
# Extra files to be ignored
*.VisualState.xml
*.DotSettings
# Resharper
_ReSharper.*
_ReSharper.VsVim
# Productivity Power Tools
*.docstates
# Roslyn
VimAll.sln.ide/
VimCore.sln.ide/
VsVim.sln.ide/
vbcs.cache/
# Place where dogfood drops get put into.
Dogfood/
# This solution uses NuGet package restore so don't check in
# the actual binaries
packages/
# Ignore the Delpoy directory. This is where the deploy script
# checks in a vsix that is deployable
Deploy/
# Ignore NCrunch files for the moment. Still experimenting and
# don't want to put them in there just yet
*ncrunchproject
*ncrunchsolution
*crunchsolution.cache
# Directories
Debug/
Release/
bin/
obj/
TestsResults/
# Copied into a source directory for ease of build
VsVim.Vs2012.dll
VsVim.Vs2012.pdb
VsVim.Vs2013.dll
VsVim.Vs2013.pdb
# Profiling Output
*.vsp