initial commit

refs #2524

Change-Id: I2e4897223a32e0413261d5ba3c1b735bf2a77385
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..46542e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+# Emacs temp files
+*~
+
+# OS X
+.DS_*
+
+# waf build system
+.waf-1*
+.waf3-*
+.lock*
+build/
+
+# Compiled python code
+*.pyc
+
+# Other
+VERSION