blob: 3cf93e7a22e282fd3b46a36179bd4e968eaff04f [file] [log] [blame]
Joe Gregorio48d361f2010-08-18 13:19:21 -04001syntax: glob
2
3*.pyc
Joe Gregoriofc328da2010-12-09 15:13:06 -05004*.dat
Joe Gregorio48d361f2010-08-18 13:19:21 -04005.*.swp
6*/.git/*
Joe Gregorio6429bf62011-03-01 22:53:21 -08007*/.cache/*
Joe Gregorio48d361f2010-08-18 13:19:21 -04008.gitignore
Joe Gregorioaca96462010-10-13 07:55:31 -04009samples/buzz/*.dat
10samples/moderator/*.dat
Joe Gregorioc5c5a372010-09-22 11:42:32 -040011htmlcov/*
Joe Gregoriof6a598b2010-09-22 15:01:38 -040012.coverage
Joe Gregorioe48a4912010-09-27 15:05:36 -040013database.sqlite3
Joe Gregorio6429bf62011-03-01 22:53:21 -080014build/*
15googlecode_upload.py
16google_api_python_client.egg-info/*
17dist/*
18MANIFEST