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

11
.gitattributes vendored
View File

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

23
.gitignore vendored
View File

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

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