diff options
author | RedMatrix <info@friendica.com> | 2014-05-01 13:42:40 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-05-01 13:42:40 +1000 |
commit | 8a7571e4f62778b51ffc9fcb25a5ddd1e531a29e (patch) | |
tree | 0da06b0ee11fdb8d98aac866240f1fa3f19e197a | |
parent | f96a81d274601d87e207dd97c2b9cc83a55a24d0 (diff) | |
parent | fd1a43755fe6bd7304f51589a0a3349f6aef7562 (diff) | |
download | volse-hubzilla-8a7571e4f62778b51ffc9fcb25a5ddd1e531a29e.tar.gz volse-hubzilla-8a7571e4f62778b51ffc9fcb25a5ddd1e531a29e.tar.bz2 volse-hubzilla-8a7571e4f62778b51ffc9fcb25a5ddd1e531a29e.zip |
Merge pull request #437 from solstag/master
Include /store/ in .gitignore
-rwxr-xr-x | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 21f90f09a..18543589c 100755 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ addon *~ compiled/ custom/ +/store/ # patch attempts *.orig |