b687180e12
Once the old folder is done, then patches are done. Want to know whats still to do? Look in that folder. Now stop asking.
37 lines
372 B
Text
37 lines
372 B
Text
#eclipse
|
|
**/bin
|
|
**/.settings
|
|
**/.classpath
|
|
*.project
|
|
|
|
#In case people make their workspace in the repo
|
|
/eclipse/
|
|
|
|
#idea
|
|
/.idea
|
|
/classes
|
|
*.iml
|
|
|
|
#gradle
|
|
/build
|
|
/.gradle
|
|
/mdk/.gradle
|
|
/mdk/build
|
|
|
|
#occupational hazards
|
|
/projects/
|
|
/repo/
|
|
/buildSrc
|
|
|
|
#Patch rejects
|
|
/patches-/
|
|
*.patch.rej
|
|
|
|
# FML changelog
|
|
changelog.txt
|
|
*.py
|
|
*.7z
|
|
/logs/
|
|
|
|
gradle.properties
|
|
!/mdk/gradle.properties
|