diff --git a/KiCad.gitignore b/KiCad.gitignore
index 1b3bb8d..606ed1c 100644
--- a/KiCad.gitignore
+++ b/KiCad.gitignore
@@ -1,23 +1,20 @@
 # For PCBs designed using KiCad: http://www.kicad-pcb.org/
 
 # Temporary files
 *.000
 *.bak
 *.bck
 *.kicad_pcb-bak
 *~
 _autosave-*
 *.tmp
 
 # Netlist files (exported from Eeschema)
 *.net
 
 # Autorouter files (exported from Pcbnew)
 .dsn
 
 # Exported BOM files
 *.xml
 *.csv
-
-# Other system files
-.DS_Store