diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..412eeda --- /dev/null +++ b/.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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c22457 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.a +*.dll +*.dylib +*.exe +*.moc +*.o +*.rcc +*.so +*.so.1 \ No newline at end of file diff --git a/bsnes/obj/.gitignore b/bsnes/obj/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/bsnes/obj/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/bsnes/out/.gitignore b/bsnes/out/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/bsnes/out/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/snesfilter/obj/.gitignore b/snesfilter/obj/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/snesfilter/obj/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/snesreader/obj/.gitignore b/snesreader/obj/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/snesreader/obj/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/supergameboy/obj/.gitignore b/supergameboy/obj/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/supergameboy/obj/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file