diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-05-21 17:04:13 +0100 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2019-05-21 17:04:13 +0100 |
commit | c6b47fb6e70261bb27141a40825751e3a0d74b71 (patch) | |
tree | 35dd4e652bb4a533dc412e29ee0365192aeda969 /.gitattributes | |
parent | c9bebf9948a863a356561fbd9a87d89441e6286d (diff) | |
download | buildstream-c6b47fb6e70261bb27141a40825751e3a0d74b71.tar.gz |
.gitattributes: Update path to buildstream/_version.py
This file has been moved under `src` so update the `.gitattributes`
entry accordingly.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index d4ff16f59..3a64094bc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -buildstream/_version.py export-subst +src/buildstream/_version.py export-subst |