[Replicant] [PATCH 1/3] Add basic gitignore

Joonas Kylmälä joonas.kylmala at iki.fi
Mon Apr 22 06:44:25 UTC 2019


Hi,

Denis 'GNUtoo' Carikli:
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..c456b20
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,3 @@
> +*~
> +*.swp
> +#.*#

If you are after the emacs autosave files it should be \#*\# instead of #.*#


More information about the Replicant mailing list