haiku/.gitignore
Augustin Cavalier a4f86e7f78 .gitignore: Ignore .DS_Store (Mac OS X directory attribute files).
Split off from the next commit.
2016-06-18 18:25:40 -04:00

18 lines
225 B
Plaintext

generated*
build/jam/UserBuildConfig
build/user_config_headers
# ignore KDE backup files ending with a ~
*~
# Vim swp files
.*.swp
conf.sh
# compiled/optimized Python
*.pyc
*.pyo
# Mac OS X directory attributes
.DS_Store