Skip to content

Commit

Permalink
Add .gitattributes and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
awjackson committed May 19, 2015
1 parent 357e9e5 commit ab67958
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
9 changes: 9 additions & 0 deletions .gitignore
@@ -0,0 +1,9 @@
*.a
*.dll
*.dylib
*.exe
*.moc
*.o
*.rcc
*.so
*.so.1
2 changes: 2 additions & 0 deletions bsnes/obj/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions bsnes/out/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions snesfilter/obj/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions snesreader/obj/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 2 additions & 0 deletions supergameboy/obj/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit ab67958

Please sign in to comment.