Reorganize .gitignore
This commit is contained in:
parent
739bc509bb
commit
e2510ae605
|
@ -1,20 +1,11 @@
|
|||
# Backups, etc.
|
||||
*~
|
||||
#*#
|
||||
*.swp
|
||||
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.exe
|
||||
*.out
|
||||
|
||||
# Binaries
|
||||
*.so
|
||||
*.swp
|
||||
*.test
|
||||
*~
|
||||
dnscrypt-proxy/dnscrypt-proxy2
|
||||
dnscrypt-proxy/dnscrypt-proxy
|
||||
|
|
Loading…
Reference in New Issue