mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Reorganize .gitignore
This commit is contained in:
parent
739bc509bb
commit
e2510ae605
1 changed files with 5 additions and 14 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -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…
Add table
Reference in a new issue