Add .gitattributes and .gitignore

This commit is contained in:
Alex W. Jackson 2015-05-18 19:48:23 -04:00
parent 357e9e5838
commit ab67958c24
7 changed files with 41 additions and 0 deletions

22
.gitattributes vendored Normal file
View file

@ -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
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
*.a
*.dll
*.dylib
*.exe
*.moc
*.o
*.rcc
*.so
*.so.1

2
bsnes/obj/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore

2
bsnes/out/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore

2
snesfilter/obj/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore

2
snesreader/obj/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore

2
supergameboy/obj/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore