From 385766c5cff544f2f96040e01a0be217a161a7ce Mon Sep 17 00:00:00 2001 From: Will Estes Date: Sat, 6 May 2017 16:54:54 -0400 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 *~ -- cgit v1.2.1