This is a list of files that are not in .gitignore (which may be versions), but which you want to exclude repo copies from your copy.
From the docs :
Templates specific to a specific repository, but which should not be used in conjunction with other related repositories (for example, auxiliary files that are inside the repository but are specific to a single workflow user), must be included in the file $ GIT_DIR / info / exclude.
Please note that .git / info / exclude cannot be a version because it is in the .git directory.
Matthew Flaschen Apr 08 '12 at 21:40 2012-04-08 21:40
source share