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.
1 parent d4f6a90 commit b912e28Copy full SHA for b912e28
.hgignore
@@ -0,0 +1,36 @@
1
+# Ignore file for Visual Studio 2008/2010
2
+
3
+# use glob syntax
4
+syntax: glob
5
6
+*.obj
7
+*.exe
8
+*.pdb
9
+*.user
10
+*.aps
11
+*.pch
12
+*.vspscc
13
+*_i.c
14
+*_p.c
15
+*.ncb
16
+*.suo
17
+*.tlb
18
+*.tlh
19
+*.bak
20
+*.cache
21
+*.ilk
22
+*.log
23
+*.lib
24
+*.sbr
25
+*.scc
26
+[Bb]in
27
+[Db]ebug*/
28
+obj/
29
+[Rr]elease*/
30
+*resharper*
31
+_ReSharper*/
32
+[Tt]est[Rr]esult*
33
+[Bb]uild[Ll]og.*
34
+*.[Pp]ublish.xml
35
+glob:hibernate.cfg.xml
36
+glob:Build
0 commit comments