summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2017-05-06 16:54:54 -0400
committerWill Estes <westes575@gmail.com>2017-05-06 16:54:54 -0400
commit385766c5cff544f2f96040e01a0be217a161a7ce (patch)
tree86c443521391fb5e6a223b19c924f715a58795e4
parent5dfc45ef5a3134f6602e3b1784649b50958d100f (diff)
downloadflex-git-385766c5cff544f2f96040e01a0be217a161a7ce.tar.gz
build: ignore .sig files.
We generate gpg signatures in place for releases. Since these should not be tracked in the flex repo itself, we tell git to ignore them.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ce0e67e..49688fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.orig
*.rej
+*.sig
*.tar.gz
*.tar.lz
*~