summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1ffd82dc1a0ada2d57e4e3fa00f35d2ec4314511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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