diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 12:23:08 -0500 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 12:23:08 -0500 |
| commit | 21113e1852a7fcd84c256e9d29fcc8e02264e7b0 (patch) | |
| tree | b6d21d71536efd18250079f9fdf9d0aa4794309e | |
| parent | ea42b0508556bccf5f0a3ef0d73de5c2c5d18a6f (diff) | |
fix the *.json rule in .gitignore
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ *~ # no data from extras/ -extras/*.json +*.json # for vim configuration # url: http://www.vim.org/scripts/script.php?script_id=441 |
