From 7c5f2126746b2c378bbe46c37dd474c2e6612d7a Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Wed, 14 Jul 2021 15:15:11 +0300 Subject: [PATCH] Moved `.cvsignore`s into `.gitignore`s. --- .cvsignore | 1 - .gitignore | 2 +- src/{.cvsignore => .gitignore} | 2 +- src/bin/{.cvsignore => .gitignore} | 0 src/config/{.cvsignore => .gitignore} | 0 src/lib/{.cvsignore => .gitignore} | 0 6 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .cvsignore rename src/{.cvsignore => .gitignore} (85%) rename src/bin/{.cvsignore => .gitignore} (100%) rename src/config/{.cvsignore => .gitignore} (100%) rename src/lib/{.cvsignore => .gitignore} (100%) diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index c50c96e..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -memo.txt diff --git a/.gitignore b/.gitignore index d3d2f7a..37e1721 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,4 @@ $RECYCLE.BIN/ build Makefile .deps/ -config.status \ No newline at end of file +config.status diff --git a/src/.cvsignore b/src/.gitignore similarity index 85% rename from src/.cvsignore rename to src/.gitignore index ca46676..1061cc5 100644 --- a/src/.cvsignore +++ b/src/.gitignore @@ -12,5 +12,5 @@ test_mcp conf.sh *test* config.log -hts_engine_API-0.99.tar.* +hts_engine_API-*.tar.* *.bz2 diff --git a/src/bin/.cvsignore b/src/bin/.gitignore similarity index 100% rename from src/bin/.cvsignore rename to src/bin/.gitignore diff --git a/src/config/.cvsignore b/src/config/.gitignore similarity index 100% rename from src/config/.cvsignore rename to src/config/.gitignore diff --git a/src/lib/.cvsignore b/src/lib/.gitignore similarity index 100% rename from src/lib/.cvsignore rename to src/lib/.gitignore