summaryrefslogblamecommitdiff
path: root/.gitignore
blob: 7f0a79e46bfd4a0dfd9a8f09dff22aaf598e40a1 (plain) (tree)




























                 
# Core ignores
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*#
.git/

# OS ignores
.DS_Store
thumbs.db

# Editor ignores
.cache
.project
.settings
.settings/
bin/

# Build ignores
build/

# Project ignores
.classpath