From 273b13c42690d6bb80228e8a27da9a18f6ec1bfe Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Thu, 15 Jan 2009 12:48:18 -0800 Subject: [PATCH] moved .cvsignore to .gitignore --- .cvsignore => .gitignore | 0 avi2swf/{.cvsignore => .gitignore} | 0 doc/{.cvsignore => .gitignore} | 0 lib/{.cvsignore => .gitignore} | 0 lib/action/{.cvsignore => .gitignore} | 0 lib/art/{.cvsignore => .gitignore} | 0 lib/as3/{.cvsignore => .gitignore} | 0 lib/example/{.cvsignore => .gitignore} | 0 lib/gocr/.gitignore | 4 ++++ lib/lame/{.cvsignore => .gitignore} | 0 lib/lame_old/.gitignore | 1 + lib/pdf/{.cvsignore => .gitignore} | 0 lib/python/{.cvsignore => .gitignore} | 0 m4/{.cvsignore => .gitignore} | 0 pdf2swf/{.cvsignore => .gitignore} | 0 src/{.cvsignore => .gitignore} | 0 swfs/{.cvsignore => .gitignore} | 0 17 files changed, 5 insertions(+) rename .cvsignore => .gitignore (100%) rename avi2swf/{.cvsignore => .gitignore} (100%) rename doc/{.cvsignore => .gitignore} (100%) rename lib/{.cvsignore => .gitignore} (100%) rename lib/action/{.cvsignore => .gitignore} (100%) rename lib/art/{.cvsignore => .gitignore} (100%) rename lib/as3/{.cvsignore => .gitignore} (100%) rename lib/example/{.cvsignore => .gitignore} (100%) create mode 100644 lib/gocr/.gitignore rename lib/lame/{.cvsignore => .gitignore} (100%) create mode 100644 lib/lame_old/.gitignore rename lib/pdf/{.cvsignore => .gitignore} (100%) rename lib/python/{.cvsignore => .gitignore} (100%) rename m4/{.cvsignore => .gitignore} (100%) rename pdf2swf/{.cvsignore => .gitignore} (100%) rename src/{.cvsignore => .gitignore} (100%) rename swfs/{.cvsignore => .gitignore} (100%) diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/avi2swf/.cvsignore b/avi2swf/.gitignore similarity index 100% rename from avi2swf/.cvsignore rename to avi2swf/.gitignore diff --git a/doc/.cvsignore b/doc/.gitignore similarity index 100% rename from doc/.cvsignore rename to doc/.gitignore diff --git a/lib/.cvsignore b/lib/.gitignore similarity index 100% rename from lib/.cvsignore rename to lib/.gitignore diff --git a/lib/action/.cvsignore b/lib/action/.gitignore similarity index 100% rename from lib/action/.cvsignore rename to lib/action/.gitignore diff --git a/lib/art/.cvsignore b/lib/art/.gitignore similarity index 100% rename from lib/art/.cvsignore rename to lib/art/.gitignore diff --git a/lib/as3/.cvsignore b/lib/as3/.gitignore similarity index 100% rename from lib/as3/.cvsignore rename to lib/as3/.gitignore diff --git a/lib/example/.cvsignore b/lib/example/.gitignore similarity index 100% rename from lib/example/.cvsignore rename to lib/example/.gitignore diff --git a/lib/gocr/.gitignore b/lib/gocr/.gitignore new file mode 100644 index 0000000..cac8548 --- /dev/null +++ b/lib/gocr/.gitignore @@ -0,0 +1,4 @@ +.cvsignore +Makefile +gocr +*.o diff --git a/lib/lame/.cvsignore b/lib/lame/.gitignore similarity index 100% rename from lib/lame/.cvsignore rename to lib/lame/.gitignore diff --git a/lib/lame_old/.gitignore b/lib/lame_old/.gitignore new file mode 100644 index 0000000..f3c7a7c --- /dev/null +++ b/lib/lame_old/.gitignore @@ -0,0 +1 @@ +Makefile diff --git a/lib/pdf/.cvsignore b/lib/pdf/.gitignore similarity index 100% rename from lib/pdf/.cvsignore rename to lib/pdf/.gitignore diff --git a/lib/python/.cvsignore b/lib/python/.gitignore similarity index 100% rename from lib/python/.cvsignore rename to lib/python/.gitignore diff --git a/m4/.cvsignore b/m4/.gitignore similarity index 100% rename from m4/.cvsignore rename to m4/.gitignore diff --git a/pdf2swf/.cvsignore b/pdf2swf/.gitignore similarity index 100% rename from pdf2swf/.cvsignore rename to pdf2swf/.gitignore diff --git a/src/.cvsignore b/src/.gitignore similarity index 100% rename from src/.cvsignore rename to src/.gitignore diff --git a/swfs/.cvsignore b/swfs/.gitignore similarity index 100% rename from swfs/.cvsignore rename to swfs/.gitignore -- 1.7.10.4