buildcraft/.gitignore
Parker Young 341ff4e972 Updated to 1.7.10
This version isn't backwards compatiable because of changes in the CompressedStreamTools. I don't know if you want to push an update to the 5.0.x branch, but I thought I'd do it, just in case you did.
2014-06-28 11:57:16 -04:00

23 lines
131 B
Plaintext

#eclipse
.project
.classpath
.metadata
bin
#idea
*.iml
*.ipr
*.iws
.idea
out
#gradle
build
.gradle
#runtime
run
#mac
.DS_Store