ForgePatch/.gitignore

39 lines
389 B
Plaintext
Raw Normal View History

2013-11-09 21:57:08 +00:00
#eclipse
/bin
/.settings
/.classpath
#In case people make their workspace in the repo
/eclipse/
2013-11-09 21:57:08 +00:00
#idea
/.idea
2016-03-20 01:18:47 +00:00
/classes
2013-11-09 21:57:08 +00:00
*.iml
#gradle
/build
/.gradle
#occupational hazards
/projects/
2013-11-09 21:57:08 +00:00
/repo/
2013-11-15 02:22:31 +00:00
/buildSrc
2013-12-10 02:47:55 +00:00
#Patch rejects
Updated FML: MinecraftForge/FML@1d71c017f45aa7ed9d7d7c5ed5250a8d22477980 ID syncing. MinecraftForge/FML@fd36f50d8210342f65cb0272bac56a3bcc42dd18 Cleanups MinecraftForge/FML@89e4e483c204c11b6fdfed34893fc223a7d6a899 Add in a remapping event for mods to consume. MinecraftForge/FML@cd417c6786256fa23f181ff0b76696bc6dfb0291 Fixed remote and local connections work with mods now. MinecraftForge/FML@ef492407ef812bb6bbc7f0bd8efbd16d07efcafb Entity spawning works. MinecraftForge/FML@d0d31d9575403eb2ec058898b86ffd99a9220f75 SpawnAdjustment packet. Clean up stuffs. No more compile errors. MinecraftForge/FML@3e278acb71e4e3d0406e80f0fad5071c9215ed33 Fix stupid possible compiler error. MinecraftForge/FML@009d4dee2328cc8d97b74177a2c5a3c359e6564a Fix the exc file. Fix the deobfremapper for handling inner classes. MinecraftForge/FML@49cb893d12bd4f82b5d1b50d1e6517a256525d32 Fix exc this time *sigh* MinecraftForge/FML@31efcfc3b2085f5d4e070ddab34a0be1481b4c6f Clean up patches for latest exc. MinecraftForge/FML@7a4ceebf5efe5b3650080cf912e371d92fc70a55 Kill old patches and add rejects to ignore file. MinecraftForge/FML@7ea571f593464ad4226ba845da27ff66161621b1 Fix AT, Fix exc. Almost works now! MinecraftForge/FML@b852e302851cfaf77e1db6f86408e8d049703656 First functional release under reobfuscation. MinecraftForge/FML@df870c1a3341d8e2e88d7fc3e2f3d9ed2507989f Update shiped ForgeGradle for 1.7 MinecraftForge/FML@55aa337f952bc72c5a001a6ed661978b11822c63 Rename synthetic bridge methods, these methods are not decompiled, but need to reobf correctly cross the recompile boundary. MinecraftForge/FML@0098c57f94808751062ee45f2ee267324bb42089 Merge pull request #316 from AbrarSyed/patch-4
2013-12-13 06:59:35 +00:00
/patches-/
*.patch.rej
# FML changelog
changelog.txt
/patches_old/
/patches_old_bak/
2018-08-27 18:11:24 +00:00
/patches/minecraft.old/
/projects.old/
*.py
*.7z
2018-06-11 01:12:46 +00:00
/logs/
/.project
gradle.properties