From 88bd5aefe0cae5814d3b8ade7125ea14226a1d17 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Tue, 4 Oct 2011 15:54:14 +0200 Subject: [PATCH] Ignoring unwanted files --- .gitignore | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 365719af9..45a48de34 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,22 @@ Thumbs.db # SCons related files # ####################### SconsBuilder* -.sconf* +.scon* +.build + +# Eclipse related files # +######################### +.setting* +.scb +.cproject +.project + +# stxxl related files # +####################### +stxxl.log +stxxl.errlog + +# compiled protobuffers # +######################### +DataStructures/pbf-proto/*.pb.h +DataStructures/pbf-proto/*.pb.cc