commit 1125e42a7e94619c9c89fbe16186d591412586cb Author: Tim Düsterhus Date: Sat Nov 26 13:37:02 2011 +0100 Adding gitignore file. Work on Tims Chat 3.0 has now begun. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9b96dd --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +# Linux +# backup files +*~ + +# Windows +# thumbnails +Thumbs.db + +# Mac OS X +# metadata +.DS_Store +# thumbnails +._* + +# Visual Studio PHP +*.sln +*.phpproj +*.puo +*.suo +*.cache + +# Netbeans +nbproject/ +catalog.xml +nbactions.xml + +# Eclipse +.settings/ +.buildpath +.classpath +.project + +# SVN +# svn folders +.svn/ + +# PHPStorm +.idea/ +.nameencodings +.xmlmisc +.xmlmodules +.xmlprojectCodeStyle +.xmlvcs.xml +*.imlworkspace +.xml + +# Community Framework +# Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted. +*.tar +*.tar.gz \ No newline at end of file