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