unplugged-system/external/jackson-core/.gitignore

24 lines
178 B
Plaintext

# use glob syntax.
syntax: glob
*.class
*~
*.bak
*.off
*.old
*.java.orig
.DS_Store
# building
/target
# Eclipse
.classpath
.project
.settings
# IDEA
*.iml
*.ipr
*.iws
/.idea/