[Debian-med-packaging] [snp-sites] 01/01: Added .gitignore to this repo

Andreas Tille andreas at fam-tille.de
Fri Dec 6 09:30:33 UTC 2013


Hi Jorge,

using a .gitignore file is not the right way to deal with this.  You
should rather fix the clean target in debian/rules if not all those
files are properly cleaned.  Some

   fakeroot debian/rules clean

should properly remove all the files created at build time and should
leave a directory layout identical to the upstream tarball (+ debian/
dir).

Kind regards

       Andreas.

On Fri, Dec 06, 2013 at 08:08:02AM +0000, Jorge Soares wrote:
> This is an automated email from the git hooks/post-receive script.
> 
> jssoares-guest pushed a commit to branch master
> in repository snp-sites.
> 
> commit 5ff3dd85e702336dc5557e47cf6c6e5fcafccf99
> Author: jssoares-guest <j.s.soares at gmail.com>
> Date:   Fri Dec 6 08:08:23 2013 +0000
> 
>     Added .gitignore to this repo
> ---
>  .gitignore | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..160b096
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,27 @@
> +*.o
> +snp_sites
> +tests/run_all_tests
> +src/run_all_tests*
> +src/test-suite.log
> +Makefile
> +.DS_Store
> +src/Makefile
> +src/.deps
> +autom4te.cache/*
> +*.lo
> +*~
> +src/.libs/*
> +src/libsnp_sites.la
> +Makefile.in
> +aclocal.m4
> +config.*
> +configure
> +depcomp
> +graph
> +install-sh
> +libtool
> +ltmain.sh
> +missing
> +src/Makefile.in
> +stamp-h1
> +test-driver
> 
> -- 
> Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/snp-sites.git
> 
> _______________________________________________
> debian-med-commit mailing list
> debian-med-commit at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
> 

-- 
http://fam-tille.de



More information about the Debian-med-packaging mailing list