We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 150ab24 + aac781f commit f6de225Copy full SHA for f6de225
.gitignore
@@ -0,0 +1,34 @@
1
+# Ignore file for Visual Studio 2008/2010
2
+
3
+*.obj
4
+*.exe
5
+*.pdb
6
+*.user
7
+*.aps
8
+*.pch
9
+*.vspscc
10
+*_i.c
11
+*_p.c
12
+*.ncb
13
+*.suo
14
+*.tlb
15
+*.tlh
16
+*.bak
17
+*.cache
18
+*.ilk
19
+*.log
20
+*.lib
21
+*.sbr
22
+*.scc
23
+[Bb]in
24
+[Db]ebug*/
25
+obj/
26
+[Rr]elease*/
27
+*resharper*
28
+_ReSharper*/
29
+[Tt]est[Rr]esult*
30
+[Bb]uild[Ll]og.*
31
+*.[Pp]ublish.xml
32
+NHibernate.dll
33
+build\
34
+AssemblyInfo.cs
0 commit comments