From 544f7cc6ced25cdb281bcf47e49d92516abe0085 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Fri, 5 May 2017 15:03:17 +0200 Subject: [PATCH] ignore eclipse special files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index f74c428..02a1ffd 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,11 @@ timing.exe *.idb *.pdb +# Eclipse special files +.project +.cproject +.settings/ + # oops ;) but we don't want them to appear in the repository... *.stackdump *.core