1*0b57cec5SDimitry Andric#==============================================================================# 2*0b57cec5SDimitry Andric# This file specifies intentionally untracked files that git should ignore. 3*0b57cec5SDimitry Andric# See: http://www.kernel.org/pub/software/scm/git/docs/gitignore.html 4*0b57cec5SDimitry Andric#==============================================================================# 5*0b57cec5SDimitry Andric 6*0b57cec5SDimitry Andric#==============================================================================# 7*0b57cec5SDimitry Andric# File extensions to be ignored anywhere in the tree. 8*0b57cec5SDimitry Andric#==============================================================================# 9*0b57cec5SDimitry Andric# Temp files created by most text editors. 10*0b57cec5SDimitry Andric*~ 11*0b57cec5SDimitry Andric# Merge files created by git. 12*0b57cec5SDimitry Andric*.orig 13*0b57cec5SDimitry Andric# Byte compiled python modules. 14*0b57cec5SDimitry Andric*.pyc 15*0b57cec5SDimitry Andric# vim swap files 16*0b57cec5SDimitry Andric.*.swp 17*0b57cec5SDimitry Andric# Mac OS X Finder layout info 18*0b57cec5SDimitry Andric.DS_Store 19*0b57cec5SDimitry Andric 20*0b57cec5SDimitry Andric#==============================================================================# 21*0b57cec5SDimitry Andric# Directories to be ignored. 22*0b57cec5SDimitry Andric#==============================================================================# 23*0b57cec5SDimitry Andric# Sphinx build files. 24*0b57cec5SDimitry Andricdocs/_build 25