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:
authorMichal Čihař <mcihar@suse.cz>2012-05-14 17:57:31 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-14 17:57:31 +0400
commit398992670f7b629e01610d1ea4fc7d4c653a694e (patch)
tree6248d4f671eef8615158f9205fed11bafb28f769 /.gitignore
parent71836ff80ba36385e2f6614a344d67a372f9b4ee (diff)
Ignore config only in toplevel dir
Diffstat (limited to '.gitignore')
-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/