Created
July 8, 2016 14:37
-
-
Save cpoDesign/ff997e5c168ca085c650787cad1184ea to your computer and use it in GitHub Desktop.
TFS ignore items
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###################################### | |
# Ignore .cpp files in the ProjA sub-folder and all its subfolders | |
ProjA\*.cpp | |
# | |
# Ignore .txt files in this folder | |
\*.txt | |
# | |
# Ignore .xml files in this folder and all its sub-folders | |
*.xml | |
# | |
# Ignore all files in the Temp sub-folder | |
\Temp | |
# | |
# Do not ignore .dll files in this folder nor in any of its sub-folders | |
!*.dll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment