[rtems commit] Ignore emacs backfiles and TAGS.
Ralf Corsepius
ralf.corsepius at rtems.org
Thu May 29 10:29:35 UTC 2014
On 05/28/2014 03:34 PM, Chris Johns wrote:
> Module: rtems
> Branch: master
> Commit: dac56968e343cccfcae46e25805ede1a8d67550a
> Changeset: http://git.rtems.org/rtems/commit/?id=dac56968e343cccfcae46e25805ede1a8d67550a
>
> Author: Chris Johns <chrisj at rtems.org>
> Date: Wed May 28 23:42:44 2014 +1000
>
> Ignore emacs backfiles and TAGS.
>
> ---
>
> .gitignore | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 8fb71ad..c812e83 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -3,3 +3,5 @@ autom4te.cache
> configure
> config.h.in
> Makefile.in
> +*~
> +TAGS
This kind of files belong into your user-wide git setup and do not
belong into a git repository.
Please revert this change.
Ralf
More information about the devel
mailing list