[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_1RC1-51-g0db3d89
Marc Delisle
lem9 at users.sourceforge.net
Thu Mar 11 21:17:28 CET 2010
The branch, QA_3_3 has been updated
via 0db3d899eed5dd09d6e0e018e5c175c1b4d53e08 (commit)
from 4ac7e466053422ae48b328b6be2aa9a17812d1dd (commit)
- Log -----------------------------------------------------------------
commit 0db3d899eed5dd09d6e0e018e5c175c1b4d53e08
Author: Michal Čihař <mcihar at novell.com>
Date: Thu Mar 11 17:04:31 2010 +0100
Add list of ignored files.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..83fc036
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,22 @@
+# Directory for creating releases
+release
+# Configuration files
+config.inc.php
+config.header.inc.php
+config.footer.inc.php
+# Upload/save dirs
+upload
+save
+# For setup script
+config
+# ctags
+tags
+# Editor files
+phpmyadmin.wpj
+.projectOptions
+.vimrc
+.project
+.settings
+.buildpath
+.cache
+*.sw[op]
hooks/post-receive
--
phpMyAdmin
More information about the Git
mailing list