diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-09 16:33:15 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-05-09 16:33:15 +0200 |
commit | a1aa0a8a663ef9e575bbdbae0ced84f85fe81c25 (patch) | |
tree | bdca7d282888bf3d2fabbca40f77c173d5b29001 /.gitignore | |
parent | 996f9af72d41324319602252f3628bf04ac86dc4 (diff) | |
download | vyos-1x-a1aa0a8a663ef9e575bbdbae0ced84f85fe81c25.tar.gz vyos-1x-a1aa0a8a663ef9e575bbdbae0ced84f85fe81c25.zip |
T6199: remove unused Python pip files
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 |