From 20ad3eac30f42906d2fbb925970ec14b78abcb04 Mon Sep 17 00:00:00 2001
From: Michael Krotscheck <krotscheck@gmail.com>
Date: Wed, 18 Dec 2013 10:37:34 -0800
Subject: [PATCH] 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
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4b441f5e..98675577 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,7 @@ ChangeLog
 
 # Local settings
 local_settings.py
+
+# IDE settings
+.idea
+*.iml