From 3e5c8f9f01042c42f6a656e06fd2bc61fe5786a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 11 Mar 2010 17:04:31 +0100 Subject: [PATCH] Add list of ignored files. --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..83fc036dd8 --- /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] -- 2.11.4.GIT