diff options
| author | Teddy Wing | 2015-01-31 17:53:39 -0500 | 
|---|---|---|
| committer | Teddy Wing | 2015-01-31 17:53:39 -0500 | 
| commit | e15643dd00d14e271d389a9a27f3fd0ae130981e (patch) | |
| tree | 86ac43d44bdcc5c284fe3b42dc6c2c65c6d4918c | |
| parent | 7948883035b7f256ff5b3a1884269a419247670d (diff) | |
| download | edu-net-e15643dd00d14e271d389a9a27f3fd0ae130981e.tar.bz2 | |
.gitignore: Add *.pyc & database
Ignore compiled Python files and sqlite database.
| -rw-r--r-- | .gitignore | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -1,2 +1,7 @@ +*.pyc + +# Database +development.db +  # Virtualenv and vendor packages  /virtualenv | 
