diff options
| author | Mark Pulford <mark@kyne.com.au> | 2011-12-20 21:57:19 +1030 |
|---|---|---|
| committer | Mark Pulford <mark@kyne.com.au> | 2011-12-20 21:57:19 +1030 |
| commit | 7612cef30d371b12d07f80dde2d4ff7dff1082e5 (patch) | |
| tree | 6597a0cb1075aec8d7eff4de336fa9f709e0857f | |
| parent | d0d9c285ed80fd869e6c75290c9f103e80465c42 (diff) | |
| download | lua-cjson-7612cef30d371b12d07f80dde2d4ff7dff1082e5.tar.gz lua-cjson-7612cef30d371b12d07f80dde2d4ff7dff1082e5.tar.bz2 lua-cjson-7612cef30d371b12d07f80dde2d4ff7dff1082e5.zip | |
Add .gitignore for object files, html, extra dirs
Diffstat (limited to '')
| -rw-r--r-- | .gitattributes | 2 | ||||
| -rw-r--r-- | .gitignore | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d347add..f349fed 100644 --- a/.gitattributes +++ b/.gitattributes | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | .gitattributes export-ignore | 1 | .gitattributes export-ignore |
| 2 | .gitignore export-ignore | ||
| 2 | build-packages.sh export-ignore | 3 | build-packages.sh export-ignore |
| 3 | TODO export-ignore | 4 | TODO export-ignore |
| 5 | devel export-ignore | ||
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..56345ea --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | *.o | ||
| 2 | *.so | ||
| 3 | manual.html | ||
| 4 | notes | ||
| 5 | packages | ||
| 6 | tags | ||
| 7 | tests/utf8.dat | ||
