mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 01:38:49 +00:00
Update .gitignore
This commit is contained in:
parent
6f244ff8b8
commit
f652aa09a2
1 changed files with 5 additions and 3 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -2,6 +2,11 @@
|
|||
.DS_Store
|
||||
.vscode
|
||||
|
||||
# Debug files
|
||||
*.dSYM/
|
||||
*.su
|
||||
debug
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
[568vq].out
|
||||
|
|
@ -43,6 +48,3 @@ _testmain.go
|
|||
*.x86_64
|
||||
*.hex
|
||||
|
||||
# Debug files
|
||||
*.dSYM/
|
||||
*.su
|
||||
|
|
|
|||
Loading…
Reference in a new issue