diff options
author | adityacp | 2017-01-10 14:43:52 +0530 |
---|---|---|
committer | adityacp | 2017-01-10 14:43:52 +0530 |
commit | 05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf (patch) | |
tree | 896aa651644179a69c0ae1e6c2aaf5053e8be481 /.gitignore | |
parent | d924a36d5c0bfec383d5a07811ca197705fafe1b (diff) | |
parent | 7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1 (diff) | |
download | online_test-05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf.tar.gz online_test-05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf.tar.bz2 online_test-05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf.zip |
Merge https://github.com/fossee/online_test into fix_management_commands
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,4 +41,5 @@ apache/* migrations wsgi.log *.sqlite3 -data/
\ No newline at end of file +data/ +documentation/_build/ |