[PATCH 1/3] gitignore: Don't ignore all hidden files
Daniel Axtens
dja at axtens.net
Mon Sep 5 20:23:11 AEST 2016
Hey Stephen,
> -*~
> -\#*\#
It looks like you've dropped *~ and \#*\# - is that deliberate?
Regards,
Daniel
> -
> -#
> -# Top-level generic files
> -#
> -tags
> -TAGS
> -!.gitignore
> -
> -# configuration files
> -patchwork/settings/production.py
> +# Byte-compiled / optimized / DLL files
> +__pycache__/
> +*.py[cod]
> +*$py.class
>
> # stgit generated dirs
> patches-*
>
> -# quilt's files
> +# CTag
> +tags
> +TAGS
> +
> +# quilt files
> /patches
> /series
>
> @@ -34,6 +20,18 @@ cscope.*
> *.orig
> *.rej
>
> -# test artifacts
> -/selenium.log
> -/selenium_screenshots
> +# Unit test / coverage reports
> +htmlcov/
> +.tox/
> +.coverage
> +.coverage.*
> +
> +# Django stuff:
> +*.log
> +
> +# Selenium test artifacts
> +selenium.log
> +selenium_screenshots
> +
> +# Patchwork configuration files
> +patchwork/settings/production.py
> --
> 2.7.4
>
> _______________________________________________
> Patchwork mailing list
> Patchwork at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 859 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/patchwork/attachments/20160905/4e3272b6/attachment.sig>
More information about the Patchwork
mailing list