Many source control systems have an "ignore"-file mechanism that specifies files that should not be committed or tracked in version control. Use this tag for questions about ignoring or excluding files from version control systems. DO NOT USE THIS TAG FOR QUESTIONS ABOUT "IGNORING" THINGS IN OTHER CONTEXTS.
Many version-control systems have an "ignore"-file mechanism that specifies files that should not be committed or tracked in version control. Typically, patterns are added to a text file (e.g. .gitignore
or .hgignore
).
For VCS-agnostic questions, such as whether certain types of files should be checked into source control, use this tag. For questions that are specific to one VCS's ignore mechanism, also use one of the more specific tags gitignore, hgignore, svnignore or tfignore if appropriate.