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
|
*.dll
|
||||||
*.so
|
|
||||||
*.dylib
|
*.dylib
|
||||||
|
*.exe
|
||||||
# Test binary, build with `go test -c`
|
|
||||||
*.test
|
|
||||||
|
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
||||||
*.out
|
*.out
|
||||||
|
*.so
|
||||||
# Binaries
|
*.swp
|
||||||
|
*.test
|
||||||
|
*~
|
||||||
dnscrypt-proxy/dnscrypt-proxy2
|
dnscrypt-proxy/dnscrypt-proxy2
|
||||||
dnscrypt-proxy/dnscrypt-proxy
|
dnscrypt-proxy/dnscrypt-proxy
|
||||||
|
|
Loading…
Reference in New Issue