From 5563f28fdce4bd7db657ac1420114bd0821ceb7f Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sat, 16 Jul 2011 09:26:56 +0200 Subject: Updated .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f7006f1d..702a6490 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # linux backup files *~ +#Kdevelop project file +*.kdev4 + # compiled binaries output/* @@ -13,6 +16,9 @@ library/private/config.h # any build folders build*/ +nix +buntu +build/VC2010 #except for the real one !build/ -- cgit v1.2.1