aboutsummaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2010-10-13 07:55:31 -0400
committerJoe Gregorio <jcgregorio@google.com>2010-10-13 07:55:31 -0400
commitaca9646c5bad4c9a9e8f5e4393d4c573dfe7fe44 (patch)
tree0999401c3f55573d028c8b0e11f99dbee709e8f3 /.hgignore
parentf658e32c79b3d0c13bda582ad547ec2f7a4475b8 (diff)
downloadgoogle-api-python-client-aca9646c5bad4c9a9e8f5e4393d4c573dfe7fe44.tar.gz
Ignore .dat files with credentials in them
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 3a3f338e4..c0447dd11 100644
--- a/.hgignore
+++ b/.hgignore
@@ -4,7 +4,8 @@ syntax: glob
.*.swp
*/.git/*
.gitignore
-samples/cmdline/*.dat
+samples/buzz/*.dat
+samples/moderator/*.dat
htmlcov/*
.coverage
database.sqlite3