7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 09:00:13 +00:00

git忽略规则中添加.DS_Store

This commit is contained in:
smslit 2016-05-11 19:27:30 +08:00
parent eb7a1acd5d
commit 00e7ea13e4

3
.gitignore vendored
View File

@ -6,4 +6,5 @@ cmake_install.cmake
install_manifest.txt
Makefile
CMakeFiles/*
*.pot
*.pot
.DS_Store