From 39287eb72b74956b339ce0ed5fe5187cca3cda5e Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Tue, 12 Jan 2021 15:45:41 +0100 Subject: [PATCH] Ignore rpms directory --- .gitignore | 1 + Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 344c8c3..90fc508 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ target /testdata *.spec *.src.rpm +/rpms/* \ No newline at end of file diff --git a/Makefile b/Makefile index 98bbc41..a7c8090 100644 --- a/Makefile +++ b/Makefile @@ -34,3 +34,4 @@ clean: distclean: clean rm -rf target rm -f rust-hashtoc.spec + rm -f rpms/*.rpm -- GitLab