7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-07 22:35:32 +00:00

gitignore: add .DS_Store

This commit is contained in:
Chris Pavlina 2017-01-23 09:07:57 -05:00
parent 1102eb0d0d
commit fb104a111f

7
.gitignore vendored
View File

@ -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