From 3ce1ae31105e2655a138df923dbea9b90f22d348 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 19 Nov 2018 22:06:05 +0100 Subject: .gitignore: Ignore /downloads/ This directory will store archives of program releases. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2ee806a..ea915f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.mp4 *.webm + +/downloads/ -- cgit v1.2.3