From 525e7a4b29324216e153a99dab7cd35d734fb921 Mon Sep 17 00:00:00 2001 From: Blokkendoos Date: Sun, 13 May 2018 16:14:41 +0200 Subject: [PATCH] Ignore Qt, OS X, and Code::Blocks stuff --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index fe0d55d..6582be1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,15 @@ SphereBot.cbp # ignore object files *.o +# ignore OS X finder data +.DS_Store + +# ignore OS X app +*.app + +# ignore Qt MOC +moc_*.* +*.stash +Makefile + +