Skip to content

Instantly share code, notes, and snippets.

@cpoDesign
Created July 8, 2016 14:37
Show Gist options
  • Save cpoDesign/ff997e5c168ca085c650787cad1184ea to your computer and use it in GitHub Desktop.
Save cpoDesign/ff997e5c168ca085c650787cad1184ea to your computer and use it in GitHub Desktop.
TFS ignore items
######################################
# 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