diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-02 19:01:55 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-02 19:01:55 -0500 |
commit | 68b86d7ce9c9b667bfbcdd60e57ab72e313b1c27 (patch) | |
tree | 1db375520304fc494c0d5d429b3a875b590b3260 /.gitignore | |
parent | cd1e3ca940ecc082a9c87b28b19ad20ea44c8bcb (diff) | |
download | mediagoblin-68b86d7ce9c9b667bfbcdd60e57ab72e313b1c27.tar.lz mediagoblin-68b86d7ce9c9b667bfbcdd60e57ab72e313b1c27.tar.xz mediagoblin-68b86d7ce9c9b667bfbcdd60e57ab72e313b1c27.zip |
Let users write their own config and paste files w/o affecting git
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ mediagoblin.egg-info *.pyo docs/_build/ user_dev/ +mediagoblin_user.ini server-log.txt *~ *.swp |