[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_3_1, updated. RELEASE_3_3_1RC1-1-g3e5c8f9

Marc Delisle lem9 at users.sourceforge.net
Thu Mar 11 21:17:21 CET 2010


The branch, MAINT_3_3_1 has been updated
       via  3e5c8f9f01042c42f6a656e06fd2bc61fe5786a5 (commit)
      from  995b90b5514557cb9ed6042844216fcecfe48a24 (commit)


- Log -----------------------------------------------------------------
commit 3e5c8f9f01042c42f6a656e06fd2bc61fe5786a5
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