Added .gitignore for IntelliJ specific configuration files

As a first-code-commit excercise I'm walking through the whole project
setup process. Given that I like using IntelliJ as my IDE, adding a few things
to the .gitignore seems innocuous enough.

Change-Id: I2d08c966448d8ebc8dec72ceb88cb834dab40b78
This commit is contained in:
Michael Krotscheck 2013-12-18 10:37:34 -08:00
parent d6066f2a75
commit 20ad3eac30
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -57,3 +57,7 @@ ChangeLog
# Local settings
local_settings.py
# IDE settings
.idea
*.iml