From 0dfed129afe832cf61f76c32bd83b48d89f1390b Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Sun, 7 Jan 2007 23:50:47 +0000 Subject: [PATCH] Add a .cvsignore file at the top of the Moodle tree so that config.php is appropriately ignored. This is exactly what .cvsignore is made for ;-) --- .cvsignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .cvsignore diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000000..4f4773fb34 --- /dev/null +++ b/.cvsignore @@ -0,0 +1 @@ +config.php -- 2.39.5