Step 2: The Reformation

This commit is contained in:
AbrarSyed 2013-11-09 15:57:08 -06:00
parent 9332673944
commit 797399ff7f
198 changed files with 24 additions and 10 deletions

9
.gitattributes vendored
View File

@ -1,7 +1,14 @@
* text eol=lf * text eol=lf
*.bat text eol=crlf *.bat text eol=crlf
*.patch text *.patch text eol=lf
*.java text eol=lf
*.gradle text eol=crlf
*.png binary *.png binary
*.exe binary *.exe binary
*.dll binary *.dll binary
*.jar binary
*.lzma binary
*.zip binary *.zip binary
*.pyd binary
*.cfg text eol=lf
*.py text eol=lf

23
.gitignore vendored
View File

@ -1,9 +1,16 @@
*.DS_Store #eclipse
/logs/ /bin
/*.pyc /.settings
/forge-*/ /.classpath
/patches-old/
/mcp/ #idea
/.idea
*.iml
#gradle
/build
/.gradle
#occupational hazards
/eclipse/ /eclipse/
/target/ /repo/
/temp/

Some files were not shown because too many files have changed in this diff Show More