summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-04-01 23:25:09 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-04-01 23:25:09 +0100
commit147b9147826fe4752fe8b1edfd91d6f43e952eaa (patch)
tree936b710dd86aa9526e39f635cb92d3598914cb7a /.gitattributes
parent1720aee672601bf6c2d2a04377d3f0c4ecba1923 (diff)
downloadpip-147b9147826fe4752fe8b1edfd91d6f43e952eaa.tar.gz
Get rid of the tools/automation folder
It was an unnecessary level added to the folder hierarchy.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 7b547a58c..6a0fc6943 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,4 @@
# Patches must have Unix-style line endings, even on Windows
-tools/automation/vendoring/patches/* eol=lf
+tools/vendoring/patches/* eol=lf
# The CA Bundle should always use Unix-style line endings, even on Windows
src/pip/_vendor/certifi/*.pem eol=lf