diff options
author | Yichun Zhang (agentzh) <agentzh@gmail.com> | 2014-02-18 14:32:31 -0800 |
---|---|---|
committer | Yichun Zhang (agentzh) <agentzh@gmail.com> | 2014-02-18 14:32:31 -0800 |
commit | 5fd54895cebd6bdf1e53718ed0691014ce0d2794 (patch) | |
tree | ecf5c24a0db0738b32b5c4a71391694d3cfb38f3 | |
parent | d59326b2d718e1a140b9b396ffe0a557b2d93fe0 (diff) | |
download | lua-cjson-5fd54895cebd6bdf1e53718ed0691014ce0d2794.tar.gz lua-cjson-5fd54895cebd6bdf1e53718ed0691014ce0d2794.tar.bz2 lua-cjson-5fd54895cebd6bdf1e53718ed0691014ce0d2794.zip |
updated .gitignore to make it vim friendly.
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,3 +5,6 @@ notes | |||
5 | packages | 5 | packages |
6 | tags | 6 | tags |
7 | tests/utf8.dat | 7 | tests/utf8.dat |
8 | *~ | ||
9 | *.swp | ||
10 | go | ||