hgignore
Hg Regexp Syntax Not Working as Expected
Here\'s my file/fold开发者_如何学运维er structure: Code/.hg Code/.hgignore Code/CASH/readme.txt Code/CASH/bin/FTI/abc.dll[详细]
2023-04-12 20:16 分类:问答How to ignore some folders in HG?
Starting here, I\'m wrestling with this right now. I\'ve got two folders: Source and SQL. Source has multiple project folders. The project folders in Source and SQL have bin folders. I want to ignore[详细]
2023-04-08 14:00 分类:问答hg branches and hg forget
In the early stages of one of my projects the person I was working with added their entire elipse workspace to our mercurial repository. After I updated the .hgignore file to prevent this from happeni[详细]
2023-04-04 05:30 分类:问答hgignore multi line regex
I googl开发者_运维知识库ed a bit, but didn\'t find any suggestions on that topic. Is multi line regex possible in .hgignore?[详细]
2023-04-01 23:26 分类:问答Mercurial: Resync working directory with .hgignore file
I just opened up a project that had the .hgignore file set up entirely wrong. I have fixed it to what it should be, and now I have to remove all the stuff that it was previously not ignoring and now s[详细]
2023-04-01 05:40 分类:问答Why does my regexp not get the files I want in Mercurial's .hgignore?
I\'ve been chasing around regular expressions for my .hgignore file, and found several very useful answers on SO (like this) and come up with a regexp I think should work to exclude all files and dire[详细]
2023-03-22 20:35 分类:问答Mercurial: Globally Ignore Files
I know about .hgignore and how I can ignore files on a project-by-project basis. I want to ignore stuff for all Mercurial repositories.[详细]
2023-03-19 10:26 分类:问答Mercurial not ignoring files
I\'ve tried multiple ways to block a folder of logs from Mercurial but it continues to be seen by hg status.I have other ignore commands that are being obeyed, but this folder for some reason won\'t b[详细]
2023-03-16 14:13 分类:问答How to hgignore all subfolders but not the file in a folder?
I am looking to use n开发者_JAVA技巧uget without committing the packages. I want to ignore in mercurial all packages subfolder that are located in the /packages/ folder, but I do not want to exclude t[详细]
2023-03-11 03:23 分类:问答mercurial: ignore .h generated from .idl
is it possible to use .hgignore in mercurial开发者_如何转开发 to ignore header files generated from idl files?[详细]
2023-03-05 09:42 分类:问答