mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Update .gitignore
This commit is contained in:
parent
e1214bf111
commit
c3b025bfca
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 New Issue
Block a user