On Fri, Jan 17, 2014 at 5:43 AM, Jonathan Nieder wrote:
> Subject: gitignore doc: add global gitignore to synopsis
>
> The gitignore(5) manpage already documents $XDG_CONFIG_HOME/git/ignore
> but it is easy to forget that it exists. Add a reminder to the
> synopsis.
Yes! I knew about the xdg thi
Junio C Hamano writes:
> Alexander Berntsen writes:
>
>> Signed-off-by: Alexander Berntsen
>> ---
>> .gitignore | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/.gitignore b/.gitignore
>> index b5f9def..2905c21 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -240,3 +240,5 @@
On 16/01/14 22:06, Junio C Hamano wrote:
> Alexander Berntsen writes:
>
>> Signed-off-by: Alexander Berntsen
>> ---
>> .gitignore | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/.gitignore b/.gitignore
>> index b5f9def..2905c21 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@
Junio C Hamano wrote:
> These paths that depend on your choice of the editor and other tools
> can still be managed in your personal .git/info/exclude in the
> meantime.
Or $HOME/.config/git/ignore to not have to make the same setting
in every repository. :)
Maybe it would make sense to add a hi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 16/01/14 23:06, Junio C Hamano wrote:
> I personally do not mind listing these common ones too much, but if
> I am not mistaken, our policy on this file so far has been that it
> lists build artifacts, and not personal preference (the *.swp
> ent
Alexander Berntsen writes:
> Signed-off-by: Alexander Berntsen
> ---
> .gitignore | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index b5f9def..2905c21 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -240,3 +240,5 @@
> *.pdb
> /Debug/
> /Release/
> +*~
Signed-off-by: Alexander Berntsen
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index b5f9def..2905c21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -240,3 +240,5 @@
*.pdb
/Debug/
/Release/
+*~
+.*.swp
--
1.8.3.2
--
To unsubscribe from this list:
7 matches
Mail list logo