From fb104a111fd04585a38f498f8a34fe7ef390e5c8 Mon Sep 17 00:00:00 2001 From: Chris Pavlina Date: Mon, 23 Jan 2017 09:07:57 -0500 Subject: [PATCH] gitignore: add .DS_Store --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ee9b9a5f8f..baa0dc8ec1 100644 --- a/.gitignore +++ b/.gitignore @@ -38,8 +38,6 @@ Documentation/doxygen Documentation/development/doxygen *.bak *.pyc -.*.swp -*~ common/pcb_plot_params_keywords.cpp include/pcb_plot_params_lexer.h pcbnew/specctra_keywords.cpp @@ -59,3 +57,8 @@ include/pcb_lexer.h # demo project auxillary files demos/**/*-bak demos/**/_autosave-* + +# editor/OS fluff +.*.swp +*~ +.DS_Store