diff options
author | Shane McDonald <me@shanemcd.com> | 2017-03-29 17:15:45 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2017-03-29 20:30:58 +0200 |
commit | 8bab0a14ef301ac639255236cb4b8451cc5f6a3a (patch) | |
tree | 6404b7206c0551be41ddb00278f9b7fe17eced4f /.gitignore | |
parent | Remove requirements/vendor on make clean. (diff) | |
download | awx-8bab0a14ef301ac639255236cb4b8451cc5f6a3a.tar.xz awx-8bab0a14ef301ac639255236cb4b8451cc5f6a3a.zip |
Add requirements/vendor to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 57e2baf042..48c5934377 100644 --- a/.gitignore +++ b/.gitignore @@ -108,6 +108,7 @@ reports *.results local/ *.mo +requirements/vendor # AWX python libs populated by requirements.txt awx/lib/.deps_built |