The branch, master has been updated via 84934d87462eaafcf2dc79aad940b42704ec821e (commit) from 56404c562bdbba7dad59b30177b7bf6670273b8f (commit)
- Log ----------------------------------------------------------------- commit 84934d87462eaafcf2dc79aad940b42704ec821e Author: Michal Čihař mcihar@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