mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
Ignore .DS_Store files from Mac OS X
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,6 +3,9 @@ build
|
||||
|
||||
#Ignore backup files from some Unix editors,
|
||||
*~
|
||||
|
||||
#Ignore these hidden files from Mac OS X
|
||||
.DS_Store
|
||||
|
||||
#Ignore all compiled python files (e.g. from running the unit tests):
|
||||
*.pyc
|
||||
|
Reference in New Issue
Block a user