diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-11 18:16:49 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-02-11 18:16:49 +0100 |
commit | 272f9a0c7d0c09f0b7cb0a9cfd792639bf093390 (patch) | |
tree | 6336375b7311b4f274884e5519b7aaba77617bfc /.gitignore | |
parent | ec824db12597389c87184497796e8d0763c80b51 (diff) | |
download | Chimère-272f9a0c7d0c09f0b7cb0a9cfd792639bf093390.tar.bz2 Chimère-272f9a0c7d0c09f0b7cb0a9cfd792639bf093390.zip |
Add a sample Makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ *.bak *.mo *.ignore +Makefile example_project/settings.py example_project/static/icons/* example_project/static/upload/* |