diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-12 14:05:37 +0200 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-12 23:37:30 +0200 |
commit | 579b80ab8feff8740399acd974806c4adfdcf307 (patch) | |
tree | 4d0a801908cc42902c9cf56d63a65c730bad4394 /.gitignore | |
parent | Merge pull request #1307 from sfromm/pull2 (diff) | |
download | ansible-579b80ab8feff8740399acd974806c4adfdcf307.tar.xz ansible-579b80ab8feff8740399acd974806c4adfdcf307.zip |
Fix redundancy in .gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a8206f176c..ff6e0b3a7a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,6 @@ docs/man/man3/* *.sublime-workspace # docsite stuff docsite/rst/modules -docsite/YAMLSyntax.html docsite/*.html docsite/_static/*.gif docsite/_static/*.png |