Skip to content

Commit b912e28

Browse files
author
fabiomaulo
committed
added ignore
git-svn-id: https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/trunk/src/NHibernate.Search@1665 d7b3437e-3345-0410-94a8-cbd290e69f67
1 parent d4f6a90 commit b912e28

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.hgignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)