aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-12-20 21:57:19 +1030
committerMark Pulford <mark@kyne.com.au>2011-12-20 21:57:19 +1030
commit7612cef30d371b12d07f80dde2d4ff7dff1082e5 (patch)
tree6597a0cb1075aec8d7eff4de336fa9f709e0857f
parentd0d9c285ed80fd869e6c75290c9f103e80465c42 (diff)
downloadlua-cjson-7612cef30d371b12d07f80dde2d4ff7dff1082e5.tar.gz
lua-cjson-7612cef30d371b12d07f80dde2d4ff7dff1082e5.tar.bz2
lua-cjson-7612cef30d371b12d07f80dde2d4ff7dff1082e5.zip
Add .gitignore for object files, html, extra dirs
-rw-r--r--.gitattributes2
-rw-r--r--.gitignore7
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
2build-packages.sh export-ignore 3build-packages.sh export-ignore
3TODO export-ignore 4TODO export-ignore
5devel 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
3manual.html
4notes
5packages
6tags
7tests/utf8.dat