From 6cea5aa0d76dbcdbc178ee0154476639ee4da34c Mon Sep 17 00:00:00 2001 From: Andreas Tiemeyer Date: Mon, 30 Oct 2017 20:42:40 +0000 Subject: [PATCH] Ignore files and directories created by Eclipse and Visual Studio --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 4b04c4fe498..f9c16bc3a33 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,13 @@ src/goto-analyzer/taint_driver_scripts/.idea/* /*.creator.user /*.files /*.includes +# Eclipse +src/.cproject +src/.project +src/.settings/* +# Visual Studio +Debug/* +Release/* # compilation files *.lo