Skip to content

Commit

Permalink
Normalize line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarb committed Oct 7, 2012
1 parent 4a99e4c commit 6f0e4ba
Show file tree
Hide file tree
Showing 51 changed files with 47,949 additions and 47,949 deletions.
76 changes: 38 additions & 38 deletions .gitignore
@@ -1,39 +1,39 @@
# Ignore file for Visual Studio 2008/2010

*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
*.tokens
[Bb]in
[Db]ebug*/
obj/
[Rr]elease*/
*resharper*
_ReSharper*/
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
NHibernate.dll
build/
AssemblyInfo.cs
hibernate.cfg.xml
available-test-configurations
current-test-configuration
# Ignore file for Visual Studio 2008/2010

*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
*.tokens
[Bb]in
[Db]ebug*/
obj/
[Rr]elease*/
*resharper*
_ReSharper*/
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
NHibernate.dll
build/
AssemblyInfo.cs
hibernate.cfg.xml
available-test-configurations
current-test-configuration
NHibernate.VisualState.xml
74 changes: 37 additions & 37 deletions .hgignore
@@ -1,37 +1,37 @@
# Ignore file for Visual Studio 2008/2010
# use glob syntax
syntax: glob
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
[Bb]in
[Db]ebug*/
obj/
[Rr]elease*/
*resharper*
_ReSharper*/
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
glob:NHibernate.dll
glob:nhibernate\build\
glob:AssemblyInfo.cs
# Ignore file for Visual Studio 2008/2010

# use glob syntax
syntax: glob

*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
[Bb]in
[Db]ebug*/
obj/
[Rr]elease*/
*resharper*
_ReSharper*/
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
glob:NHibernate.dll
glob:nhibernate\build\
glob:AssemblyInfo.cs

0 comments on commit 6f0e4ba

Please sign in to comment.