File: .gitignore

package info (click to toggle)
dnss 0.0~git20180721.0.2de63ab0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 232 kB
  • sloc: sh: 246; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.*.swp
.*

# Ignore the resulting binary.
dnss

# Help prevent accidental inclusion of certificates and keys.
*.pem
*.crt
*.key

# Ignore the vendor directory - we don't want to embed everything, we use
# glide to track upstream changes, but things should work.
vendor/