Add annoying files to .gitignore

master
Marko Semet 2019-12-23 16:48:03 +01:00
parent 19c1c2bc09
commit 0506a34746
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@ -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

3
versGTK3/.gitignore vendored
View File

@ -13,4 +13,5 @@ gtk3-test-*
*.o
*.obj
*.lst
drawofpages_gtk3
drawofpages_gtk3
*.glade~