summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-01-31 17:53:39 -0500
committerTeddy Wing2015-01-31 17:53:39 -0500
commite15643dd00d14e271d389a9a27f3fd0ae130981e (patch)
tree86ac43d44bdcc5c284fe3b42dc6c2c65c6d4918c
parent7948883035b7f256ff5b3a1884269a419247670d (diff)
downloadedu-net-e15643dd00d14e271d389a9a27f3fd0ae130981e.tar.bz2
.gitignore: Add *.pyc & database
Ignore compiled Python files and sqlite database.
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index da8f244..fb80365 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,7 @@
+*.pyc
+
+# Database
+development.db
+
# Virtualenv and vendor packages
/virtualenv