[git-users] Re: ignore a file without listing it in .gitignore (only locally)

2014-05-13 Thread Алексей Яблоков
Local config files with Git is a big uncomfortable thing :( There is overview article about solutions: https://gist.github.com/canton7/1423106 -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop rece

[git-users] Re: ignore a file without listing it in .gitignore (only locally)

2014-05-20 Thread Pierre-François CLEMENT
As you may know, the *.gitignore* file only allows *untracked* files to remain *untracked*. If you want to do this per repo, you can use the *.git/info/exclude* file, which works exactly like *.gitignore* except it's not committed and thus not shared (see the gitignore man page