From 5770821197be51ea47414dbcc4947f3a96016c5f Mon Sep 17 00:00:00 2001 From: TheMorc Date: Thu, 4 Mar 2021 23:21:12 +0100 Subject: [PATCH] Meta: Add .gitignore Adding .gitignore so we don't mistakenly push compiled stuff over to the repo. Now also with ignored files for QtCreator. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7f8ce6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +man/mlvwm._man +mlvwm/mlvwm +**/Makefile* +**/*.o +mlvwm.*