diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2012-02-24 20:05:05 -0500 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2012-02-24 20:07:49 -0500 |
commit | f0b021177289e4801111f1d27a2aa189eb041b15 (patch) | |
tree | d015db3b6fd4735f289a5ad571a2a8edc982c4a5 /.gitignore | |
parent | 4caf9d274bd5b172e42b7be4b6f90818b85755fa (diff) | |
download | ansible-f0b021177289e4801111f1d27a2aa189eb041b15.tar.gz |
Because everything should have a man page
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..d1a7b1604b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +*.py[co] +build |