1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# Exclude common 'junk' files *.orig *.rej *~ *.o *.pyc *.swp *.svn *.sock *.pid .DS_Store *.db *.bak # Exclude per directory # Since repo/ contains a a .git repository, # it's rather a good idea to exclude it! ./repo/ /repositories/