Commit 04af0046 authored by Greg Messner's avatar Greg Messner
Browse files

Initial check-in.

parent 80865589
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.html text
*.java text
*.js text
*.json text
*.jsp text
*.txt text
*.xml text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
### Java ###
*.class
# Package Files #
*.jar
*.war
*.ear
### IntelliJ ###
*.iml
*.ipr
*.iws
.idea/
### Eclipse ###
*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
### Maven ###
target/
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment