]> git.8kb.co.uk Git - postgresql/dblt/blob - .gitignore
test
[postgresql/dblt] / .gitignore
1 <<<<<<< HEAD
2 .DS_Store
3 Thumb.db
4 =======
5 # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
6 [Bb]in/
7 [Oo]bj/
8
9 # mstest test results
10 TestResults
11
12 ## Ignore Visual Studio temporary files, build results, and
13 ## files generated by popular Visual Studio add-ons.
14
15 # User-specific files
16 *.suo
17 *.user
18 *.sln.docstates
19
20 # Build results
21 [Dd]ebug/
22 [Rr]elease/
23 x64/
24 *_i.c
25 *_p.c
26 *.ilk
27 *.meta
28 *.obj
29 *.pch
30 *.pdb
31 *.pgc
32 *.pgd
33 *.rsp
34 *.sbr
35 *.tlb
36 *.tli
37 *.tlh
38 *.tmp
39 *.log
40 *.vspscc
41 *.vssscc
42 .builds
43
44 # Visual C++ cache files
45 ipch/
46 *.aps
47 *.ncb
48 *.opensdf
49 *.sdf
50
51 # Visual Studio profiler
52 *.psess
53 *.vsp
54 *.vspx
55
56 # Guidance Automation Toolkit
57 *.gpState
58
59 # ReSharper is a .NET coding add-in
60 _ReSharper*
61
62 # NCrunch
63 *.ncrunch*
64 .*crunch*.local.xml
65
66 # Installshield output folder 
67 [Ee]xpress
68
69 # DocProject is a documentation generator add-in
70 DocProject/buildhelp/
71 DocProject/Help/*.HxT
72 DocProject/Help/*.HxC
73 DocProject/Help/*.hhc
74 DocProject/Help/*.hhk
75 DocProject/Help/*.hhp
76 DocProject/Help/Html2
77 DocProject/Help/html
78
79 # Click-Once directory
80 publish
81
82 # Publish Web Output
83 *.Publish.xml
84
85 # NuGet Packages Directory
86 packages
87
88 # Windows Azure Build Output
89 csx
90 *.build.csdef
91
92 # Windows Store app package directory
93 AppPackages/
94
95 # Others
96 [Bb]in
97 [Oo]bj
98 sql
99 TestResults
100 [Tt]est[Rr]esult*
101 *.Cache
102 ClientBin
103 [Ss]tyle[Cc]op.*
104 ~$*
105 *.dbmdl
106 Generated_Code #added for RIA/Silverlight projects
107
108 # Backup & report files from converting an old project file to a newer
109 # Visual Studio version. Backup files are not needed, because we have git ;-)
110 _UpgradeReport_Files/
111 Backup*/
112 UpgradeLog*.XML
113 >>>>>>> fde9f7ab6009e48ed05936471f4553afa32adf7e