Skip to content

Instantly share code, notes, and snippets.

@ehzawad
Created March 5, 2016 20:05
Show Gist options
  • Select an option

  • Save ehzawad/8df153fd48085e1afcd0 to your computer and use it in GitHub Desktop.

Select an option

Save ehzawad/8df153fd48085e1afcd0 to your computer and use it in GitHub Desktop.
.hgignore
node_module
.DS_Store
Thumbs.db
# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.plist
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# CMAKEfile ignores
install_manifest.txt
CMakeCache.txt
CMakeFiles
cmake_install.cmake
# Python
*.py[cod]
.installed.cfg
__pycache__
pip-log.txt
.coverage
.tox
nosetests.xml
# Extra in gitignore
*.swp
*.swo
.DS_Store
._*
tags
tags.temp
*.pyc
bin/stubs
.bundle
.vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment