From d3ba5e473df51809da5e2ad1a39634f2b8b2d552 Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Tue, 19 May 2015 12:56:45 +0200 Subject: [PATCH] gitignore: Add Codelite project files, add comments --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 9b1212ada7..c24a451f60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,28 @@ +# Object files *.o +# Documentation artifacts doc/doxygen/html doc/doxygen/latex doc/doxygen/man doc/doxygen/*.log doc/doxygen/*.db doc/doxygen/*.tmp +# Built binaries *bin +# Backup files *~ *.orig .*.swp cachegrind.out* +# Eclipse workspace files .project .cproject .settings .idea +# KDevelop4 project files .kdev4 *.kdev4 +# Codelite (among others) project files +*.project + /toolchain