Hi,
Our repository contains some sample C# projects in folders with names like:
Samples/TiffWithColorMap/C#/
When we build these sample projects a lot of additional files are created in folders like:
Samples/TiffWithColorMap/C#/bin/
Samples/TiffWithColorMap/C#/obj/
Obviously, we do not want these additional files in our repository and want to ignore them.
But it seems like Mercurial contains a bug: although we can add paths with # char into ignore list, the commit window still shows files that should be already ignored.
Any hint what can we do in such situation except renaming of folders?
UPDATE:
Contents of our .hgignore file
glob:AssemblyVersion.cs
glob:Build
glob:*.suo
glob:LibTiff.Silverlight/Bin/*
glob:*.user
glob:LibTiff.Silverlight/obj/*
glob:LibTiff/bin/*
glob:LibTiff/obj/*
glob:SilverlightTest/SilverlightTestApplication.Web/ClientBin/TestTiffs/*.TIF
glob:SilverlightTest/SilverlightTestApplication.Web/ClientBin/TestTiffs/*.tif
glob:SilverlightTest/SilverlightTestApplication.Web/ClientBin/*.xap
glob:SilverlightTest/SilverlightTestApplication/Bin/*
glob:SilverlightTest/SilverlightTestApplication/obj/*
glob:TestCase/Output.Pdf/*.pdf
glob:TestCase/Output.Tiff/*.tif
glob:Tiff2Pdf/bin/*
glob:Tiff2Pdf/obj/*
glob:Tiff2Rgba/bin/*
glob:Tiff2Rgba/obj/*
glob:TiffCP/bin/*
glob:TiffCP/obj/*
glob:UnitTests/bin/*
glob:UnitTests/obj/*
glob:Build/*.zip
glob:SampleBrowser/BitMiracle.LibTiff.NET.dll
glob:SampleBrowser/BitMiracle.LibTiff.NET.xml
glob:SampleBrowser/TiffCP.exe
glob:SampleBrowser/bin/*
glob:SampleBrowser/obj/*
glob:SampleBrowser/samples.zip
glob:Samples/*/VB.NET/bin/*
glob:Samples/*/VB.NET/obj/*
glob:Samples/*/C#/bin/*
glob:Samples/*/C#/obj/*
glob:Samples/BitMiracle.LibTiff.NET.dll
glob:Samples/BitMiracle.LibTiff.NET.xml
glob:Samples/TiffCP.exe
glob:Samples/*/bin/*