ForgePatch/.gitignore
2016-02-29 19:43:05 -05:00

30 lines
293 B
Text

#eclipse
/bin
/.settings
/.classpath
#In case people make their workspace in the repo
/eclipse/
#idea
/.idea
*.iml
#gradle
/build
/.gradle
#occupational hazards
/projects/
/repo/
/buildSrc
#Patch rejects
/patches-/
# FML changelog
changelog.txt
/patches_old/
/patches_old_bak/
*.py
*.7z