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.so
drawofpages.dylib drawofpages.dylib
drawofpages.dll drawofpages.dll
drawofpages.a libdrawofpages.a
drawofpages.lib drawofpages.lib
drawofpages-test-* drawofpages-test-*
*.exe *.exe
*.o *.o
*.obj *.obj
*.lst *.lst
dub.selections.json

3
versGTK3/.gitignore vendored
View File

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