mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
Update .gitignore
This commit is contained in:
parent
e1214bf111
commit
c3b025bfca
1 changed files with 7 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -6,6 +6,7 @@
|
|||
# Examples
|
||||
examples/screen/screen
|
||||
examples/screen/saveCapture.png
|
||||
#
|
||||
examples/bitmap/test.png
|
||||
examples/bitmap/test2.png
|
||||
examples/bitmap/test.tif
|
||||
|
|
@ -40,17 +41,22 @@ _testmain.go
|
|||
*.gch
|
||||
*.pch
|
||||
|
||||
#
|
||||
cdeps/hook
|
||||
event/hook
|
||||
|
||||
# Libraries
|
||||
*.lib
|
||||
# !cdeps/win32/libpng.lib
|
||||
# !cdeps/win32/zlib.lib
|
||||
# !cdeps/win64/libpng.lib
|
||||
# !cdeps/win64/zlib.lib
|
||||
# ##
|
||||
*.a
|
||||
!cdeps/mac/libpng.a
|
||||
!cdeps/win32/libpng.a
|
||||
!cdeps/win64/libpng.a
|
||||
cdeps/hook
|
||||
#
|
||||
*.la
|
||||
*.lo
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue