Update .gitigore to exclude symlinked gpg binaries.
parent
de8dd5ac1e
commit
4ea1884239
|
@ -62,3 +62,6 @@ tickets/*
|
||||||
# Ignore virtualenv folders, if they are here:
|
# Ignore virtualenv folders, if they are here:
|
||||||
include/*
|
include/*
|
||||||
local/*
|
local/*
|
||||||
|
|
||||||
|
# Ignore gpg binary symlinks:
|
||||||
|
gpg
|
||||||
|
|
Loading…
Reference in New Issue