dotfiles/gitignore

32 lines
796 B
Plaintext

########################################################################
# global ignored files
########################################################################
# ----------------------------------------------------------------------
# OS generated files
# ----------------------------------------------------------------------
.DS_Store
# Thumbnails
._*
Thumbs.db
thumbs.db
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# ----------------------------------------------------------------------
# Other Version Control
# ----------------------------------------------------------------------
.svn/
# ----------------------------------------------------------------------
# Python
# ----------------------------------------------------------------------
env/