From 0506a3474605fca5e09c947ba57ab8b5134e160c Mon Sep 17 00:00:00 2001 From: Marko Semet Date: Mon, 23 Dec 2019 16:48:03 +0100 Subject: [PATCH] Add annoying files to .gitignore --- .gitignore | 3 ++- versGTK3/.gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca329b1..a9cc15a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,10 +6,11 @@ docs/ drawofpages.so drawofpages.dylib drawofpages.dll -drawofpages.a +libdrawofpages.a drawofpages.lib drawofpages-test-* *.exe *.o *.obj *.lst +dub.selections.json \ No newline at end of file diff --git a/versGTK3/.gitignore b/versGTK3/.gitignore index cc3d0df..cba733a 100644 --- a/versGTK3/.gitignore +++ b/versGTK3/.gitignore @@ -13,4 +13,5 @@ gtk3-test-* *.o *.obj *.lst -drawofpages_gtk3 \ No newline at end of file +drawofpages_gtk3 +*.glade~ \ No newline at end of file