diff options
author | Alexander Golubev <[email protected]> | 2023-12-25 08:49:45 +0300 |
---|---|---|
committer | Alexander Golubev <[email protected]> | 2023-12-25 09:00:58 +0300 |
commit | e296b1917b0faf495d9a05c09c8f8bb2b9b9fff2 (patch) | |
tree | 4a589b30a33bdf6894d29615aa4822df968f10c5 /.gitignore | |
parent | 0fcb25736f8afa78ef5c6b102c4ff666a87eb4dd (diff) | |
download | tde-packaging-gentoo-e296b1917b0faf495d9a05c09c8f8bb2b9b9fff2.tar.gz tde-packaging-gentoo-e296b1917b0faf495d9a05c09c8f8bb2b9b9fff2.zip |
Add /metadata/md5-cache to .gitignore
Don't add caches generated by `emerge --regen`
Signed-off-by: Alexander Golubev <[email protected]>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..24887ae5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/metadata/md5-cache |