diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-09 16:33:15 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-09 14:39:31 +0000 |
commit | c028c02330ce0893a773293b6db263c725147703 (patch) | |
tree | d1161542efc3dfdf4b3a0514f7572a05a825eaaf /.gitignore | |
parent | 1b7a2d19cb8671391b541ffec610f36d1832bab7 (diff) | |
download | vyos-1x-c028c02330ce0893a773293b6db263c725147703.tar.gz vyos-1x-c028c02330ce0893a773293b6db263c725147703.zip |
T6199: remove unused Python pip files
(cherry picked from commit a1aa0a8a663ef9e575bbdbae0ced84f85fe81c25)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7707e94ca..507daceee 100644 --- a/.gitignore +++ b/.gitignore @@ -145,3 +145,7 @@ data/component-versions.json # vyos-1x XML cache python/vyos/xml_ref/cache.py python/vyos/xml_ref/pkg_cache/*_cache.py + +# We do not use pip +Pipfile +Pipfile.lock |