From: TimWolla Date: Thu, 14 Jul 2011 17:27:31 +0000 (+0200) Subject: Added Ignores for OS-X and Netbeans X-Git-Tag: 2.0.0_Beta_1~2033^2~2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6b62cd2a6bc4c999d894c18608f9fc608547c5ed;p=GitHub%2FWoltLab%2FWCF.git Added Ignores for OS-X and Netbeans --- diff --git a/.gitignore b/.gitignore index fec3b05725..17ee7b3166 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,11 @@ *~ # backup files # Windows -Thumbs.db +Thumbs.db # thumbnails + +# OS-X +.DS_Store +._* #thumbnails # Visual Studio PHP *.sln @@ -15,5 +19,9 @@ Thumbs.db .project .buildpath +# Netbeans +nbproject/ +nbactions.xml + # SVN -.svn/ +.svn/ # svn folders