[med-svn] [htslib] 06/13: Ignore .exe and .dSYM extensions
Andreas Tille
tille at debian.org
Sat Jan 30 13:23:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository htslib.
commit a6e48836b781270e22bac5d895334a4795a12a18
Author: John Marshall <jm18 at sanger.ac.uk>
Date: Wed Jan 20 13:50:17 2016 +0000
Ignore .exe and .dSYM extensions
We remove *.dSYM in "make clean", so we should ignore it ourselves too.
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index b3009e2..d709cae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
*.o
*.pico
+*.dSYM
+*.exe
*-uninstalled.pc
/version.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git
More information about the debian-med-commit
mailing list