From 6ec87b8d767745e4b206461eeb775fa9e66e07bb Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 5 Aug 2023 14:03:08 +0000 Subject: [PATCH] Properly exclude Schema directories from showing up in CVS. --- .cvsignore | 2 -- TODO.txt | 1 + src/.cvsignore | 1 + src/include/.cvsignore | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 src/.cvsignore create mode 100644 src/include/.cvsignore diff --git a/.cvsignore b/.cvsignore index 688cac8..6cab8d0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,5 +4,3 @@ data *.patch *.log vgcore.* -src/Schema -src/include/Schema diff --git a/TODO.txt b/TODO.txt index 43a7ba9..ef1959f 100644 --- a/TODO.txt +++ b/TODO.txt @@ -45,6 +45,7 @@ Milestone: v0.4.0 use the default. This will make debugging a lot easier. [ ] Make sure admin registration token is printed to log, not stdout. Unless they are the same, of course. +[ ] Refactor Config to use j2s. Milestone: v0.5.0 ----------------- diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000..ddf03cd --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1 @@ +Schema diff --git a/src/include/.cvsignore b/src/include/.cvsignore new file mode 100644 index 0000000..ddf03cd --- /dev/null +++ b/src/include/.cvsignore @@ -0,0 +1 @@ +Schema