ignore list
From: Gerald Britton <gerald.britton_at_gmail.com>
Date: Fri, 4 Nov 2011 08:56:17 -0700 (PDT)
Today, I noticed a file generated by my IDE that I want to ignore. I tried a commit and it shows up when I check "Show unversioned files" as expected.
Then, I added the extension to my ignore list, which now looks like:
svn:ignore *.suo *.vbproj.user *.log *.dll *.exe obj Ref *.pdb My?Project [0-9][0-9][0-9][0-9][0-9][0-9]_[0-9][0-9][0-9][0-9]*.xls *.ico 1000*.* StandardExlReports.* *.manifest
I just added the *.manifest on the end in the main WC directory for this project. Note that the other matching files _are_ ignored as expected. However, after adding *.manifest, the next time I did a commit, files with that extension show up as unversioned files, though the other ignored files (like *.exe) don't.
Is this a bug or am I just misunderstanding something?
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.