From 97fe6e7dd12b96f6a7d16696a8c2b02624096b84 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 12 Jan 2013 17:48:58 -0500 Subject: [PATCH] Rename CVS ignore files to .gitignore --- .cvsignore => .gitignore | 0 config/{.cvsignore => .gitignore} | 0 doc/{.cvsignore => .gitignore} | 0 glob/.cvsignore | 2 -- po/{.cvsignore => .gitignore} | 0 tests/{.cvsignore => .gitignore} | 0 w32/.cvsignore | 2 -- 7 files changed, 4 deletions(-) rename .cvsignore => .gitignore (100%) rename config/{.cvsignore => .gitignore} (100%) rename doc/{.cvsignore => .gitignore} (100%) delete mode 100644 glob/.cvsignore rename po/{.cvsignore => .gitignore} (100%) rename tests/{.cvsignore => .gitignore} (100%) delete mode 100644 w32/.cvsignore diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/config/.cvsignore b/config/.gitignore similarity index 100% rename from config/.cvsignore rename to config/.gitignore diff --git a/doc/.cvsignore b/doc/.gitignore similarity index 100% rename from doc/.cvsignore rename to doc/.gitignore diff --git a/glob/.cvsignore b/glob/.cvsignore deleted file mode 100644 index efc8094e..00000000 --- a/glob/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile Makefile.in -.deps diff --git a/po/.cvsignore b/po/.gitignore similarity index 100% rename from po/.cvsignore rename to po/.gitignore diff --git a/tests/.cvsignore b/tests/.gitignore similarity index 100% rename from tests/.cvsignore rename to tests/.gitignore diff --git a/w32/.cvsignore b/w32/.cvsignore deleted file mode 100644 index efc8094e..00000000 --- a/w32/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile Makefile.in -.deps