From abd808e1b85291f07dd2fd436ef4d2d9acd9f031 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sat, 28 Sep 2019 11:34:20 +0200 Subject: [PATCH] ignore QtCreator IDE files Assuming the project is called 'monocypher'. --- .gitignore | 1 + tarball_ignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9f0a045..b4b330a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,6 @@ tests/formal-analysis/* tests/formal-analysis *.tar.gz monocypher-* +monocypher.* doc/html/*.html tests/vectors.h diff --git a/tarball_ignore b/tarball_ignore index 32149b3..65aa4e9 100644 --- a/tarball_ignore +++ b/tarball_ignore @@ -13,5 +13,6 @@ tests/formal-analysis/* tests/formal-analysis *.tar.gz monocypher-* +monocypher.* lib/* .git* -- 2.47.3