Skip to content

Instantly share code, notes, and snippets.

@apieum
Created October 24, 2013 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apieum/7135734 to your computer and use it in GitHub Desktop.
Save apieum/7135734 to your computer and use it in GitHub Desktop.
.gitignore
#--------------------#
# Python Files #
#--------------------#
*.pyc
*.pyo
#--------------------#
# OS generated files #
#--------------------#
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
#--------------------#
# Elixir Files #
#--------------------#
*.beam
*.dump
#--------------------#
# virtualenv #
#--------------------#
bin
include
lib
lib64
man
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment