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