Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 6cc231a221..e04571e87d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,9 @@
# Directory for creating releases
/release/
# Configuration files
-config.inc.php
-config.header.inc.php
-config.footer.inc.php
+/config.inc.php
+/config.header.inc.php
+/config.footer.inc.php
# Upload/save dirs
/upload/
/save/
@@ -36,4 +36,4 @@ revision-info.php
phpunit.xml
/test/bootstrap.php
# Jenkins
-/build/ \ No newline at end of file
+/build/