[Cryptech-Commits] [user/sra/alpha-releng/omnibus] 01/02: Ignore tap/ for now.

git at cryptech.is git at cryptech.is
Sat Jul 9 23:02:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository user/sra/alpha-releng/omnibus.

commit d7379e74ecf1f2479605c821a8f8471a12778250
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Jul 8 15:43:25 2016 -0400

    Ignore tap/ for now.
    
    In the long run, we should do a better job of cleaning as we go, but
    it's a bit tricky to do this without unnecessarily regenerating things
    that haven't changed (particularly bitstreams).  Probably requires
    minor refactoring of the Makefile rules, perhaps with a holding pen
    for things (like bitstreams) that we really do not want to regenerate
    unless something has changed.
    
    The current compromise is ugly in places, but works well enough, so
    this is not a high priority.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index feba58d..5a04258 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ cryptech-alpha_*_source.changes
 screenlog.*
 source/cryptech-alpha-firmware.tar.gz
 source/debian/changelog
+tap



More information about the Commits mailing list