From 501eb8f2f075c44a131bade9bcb0df1e044a3d98 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 15 Jul 2011 19:44:57 +0200 Subject: [PATCH] Added *.cache to ignore list (IntelliSense-Cache) --- .gitignore | 63 +++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/.gitignore b/.gitignore index 95bcde7ba3..cece834139 100644 --- a/.gitignore +++ b/.gitignore @@ -1,31 +1,32 @@ -# Linux -*~ # backup files - -# Windows -Thumbs.db # thumbnails - -# OS-X -.DS_Store -._* #thumbnails - -# Visual Studio PHP -*.sln -*.phpproj -*.puo -*.suo - -# Eclipse -.settings/ -.project -.buildpath - -# Netbeans -nbproject/ -nbactions.xml - -# SVN -.svn/ # svn folders - -# Community Framework -*.tar -*.tar.gz # Ignore packages build directly in the workspace. They can however, if wanted, added manually via git add +# Linux +*~ # backup files + +# Windows +Thumbs.db # thumbnails + +# OS-X +.DS_Store +._* #thumbnails + +# Visual Studio PHP +*.sln +*.phpproj +*.puo +*.suo +*.cache + +# Eclipse +.settings/ +.project +.buildpath + +# Netbeans +nbproject/ +nbactions.xml + +# SVN +.svn/ # svn folders + +# Community Framework +*.tar +*.tar.gz # Ignore packages build directly in the workspace. They can however, if wanted, added manually via git add -- 2.20.1