### Jazz Ignore 0
# Default value for core.ignore.recursive is *.class
#  Changing this value changes check-in behaviour for the entire project. 
#
# Default value for core.ignore is bin
#  Changing this value changes check-in behaviour for the local directory.
#
# Ignored files and folders will not be committed, but may be modified during
# accept or update.
# Ignore properties should contain a space separated list of filename patterns.
# Each pattern is case sensitive and surrounded by braces ('{' and '}'). 
# "*" matches zero or more characters, and "?" matches single characters. 
#
#   e.g: {*.sh} {\.*}    ignores shell scripts and hidden files

# NOTE: modifying ignore files will not change the ignore status of derived 
# resources.

core.ignore.recursive= \
	{*.aps} \
	{*.ncb} \
	{*.suo} \
	{*.user} 

core.ignore= \
	{*.sln} \
	{Class1.cs} \
	{DatabaseScripts.csproj} \
	{DatabaseScripts.sln} 