diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-14 13:38:53 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-17 15:48:28 -0600 |
commit | 7fcf6e251005a134b065e83706d9316255d2e1d4 (patch) | |
tree | 91150263b08b7604f62b154ab81ec89506a1c6f4 /.gitignore | |
parent | 9252fc84840220106e696cc2116e7804c9529c5a (diff) | |
download | mediagoblin-7fcf6e251005a134b065e83706d9316255d2e1d4.tar.lz mediagoblin-7fcf6e251005a134b065e83706d9316255d2e1d4.tar.xz mediagoblin-7fcf6e251005a134b065e83706d9316255d2e1d4.zip |
ignore things we're now installing through extlib
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -53,3 +53,10 @@ # Virtualenv, tox venv* .tox/ + +# extlib things +/extlib/jquery/ +/extlib/leaflet/ +/extlib/pdfjs-dist/ +/extlib/tinymce/ +/extlib/video.js/ |