aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes1
-rw-r--r--TODO4
-rw-r--r--lua-cjson.spec2
3 files changed, 2 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes
index 07f243a..d347add 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
1.gitattributes export-ignore 1.gitattributes export-ignore
2build-packages.sh export-ignore 2build-packages.sh export-ignore
3TODO export-ignore
diff --git a/TODO b/TODO
deleted file mode 100644
index 1345448..0000000
--- a/TODO
+++ /dev/null
@@ -1,4 +0,0 @@
1- Make encode/decode routines OS thread safe (within the same lua_State)
2 - Optionally create an object for settings. Clone function.
3
4- Convert documentation into structured source format
diff --git a/lua-cjson.spec b/lua-cjson.spec
index 0f7fe9a..942151e 100644
--- a/lua-cjson.spec
+++ b/lua-cjson.spec
@@ -39,7 +39,7 @@ rm -rf "$RPM_BUILD_ROOT"
39 39
40%files 40%files
41%defattr(-,root,root,-) 41%defattr(-,root,root,-)
42%doc LICENSE NEWS performance.txt manual.html manual.txt rfc4627.txt tests THANKS TODO 42%doc LICENSE NEWS performance.txt manual.html manual.txt rfc4627.txt tests THANKS
43%{lualibdir}/* 43%{lualibdir}/*
44 44
45 45