From 80bfe373a3b3425c75af340fc50e00b1ccb9789d Mon Sep 17 00:00:00 2001 From: Alexandre Erwin Ittner Date: Fri, 19 Feb 2010 20:40:44 -0200 Subject: [PATCH] Repository converted to Git Adding ignore file and removing revision tags. --- .gitignore | 4 ++++ luaiconv.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0571287 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.lo +*.o +*.so +*.tar.gz diff --git a/luaiconv.c b/luaiconv.c index 8fcfacb..c2665eb 100644 --- a/luaiconv.c +++ b/luaiconv.c @@ -24,7 +24,6 @@ * If you use this package in a product, an acknowledgment in the product * documentation would be greatly appreciated (but it is not required). * - * $Id$ * */