File: .gitignore

package info (click to toggle)
gocryptfs 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,308 kB
  • sloc: sh: 647; makefile: 30
file content (22 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# the gocryptfs executable
/gocryptfs

# temporary files created by the tests
/tmp

# binary releases and signatiures
/*.tar.gz
/*.asc

# Binaries created for cpu profiling
*.test

# Rendered manpage
gocryptfs.1

# Dependencies copied by "dep"
/vendor
/_vendor-*

# Source tarball version. Should never be commited to git.
/VERSION