Skip to content

Commit f6de225

Browse files
Merge pull request #1 from vcaraulean/master
Git ignore
2 parents 150ab24 + aac781f commit f6de225

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.gitignore

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

Comments
 (0)