hgignore
Mercurial .hgignore: Some questions on how to ignore a single file
There\'s a particular file in my repository, libraries/database.php, that I need ignored. However, I can\'t get the syntax to recognize the file 开发者_运维技巧- I\'ve tried **/libraries/**/database.p[详细]
2023-01-10 18:37 分类:问答What should I put in hgignore to avoid mercurial follow the contents of a subdir?
For instance I have a folder PR开发者_运维知识库OJECT/db/ Where a lot of files are created, I want to prevent hg from keeping track of those files but keeping the db folder ?Empty folders are not i[详细]
2023-01-10 17:45 分类:问答Ignore files in Mercurial using Glob syntax
I\'m using Mercurial and I have a following structure: files test demo.jpg video.flv video.doc sport demo2.jpg[详细]
2023-01-08 03:49 分类:问答Mercurial .hgignore regular expression
Using Mercurial, I need to ignore all files and directories except directories \"tests\" and \"languages\" and files in those directories. That all must be done with regex and .hgignoere[详细]
2023-01-06 22:37 分类:问答Mercurial: How to ignore changes to a tracked file
I have a file with dat开发者_开发知识库abase settings in my project which I have set to some defaults. The file is tracked by Mercurial and checked in. Since this file will be edited with different va[详细]
2022-12-30 11:43 分类:问答How to ignore the .classpath for Eclipse projects using Mercurial?
I\'m trying to share a repository between my Mac (laptop) and PC (desktop). There are some external dependencies for the project that are stored on different places on each machine, and noted in the .[详细]
2022-12-29 08:55 分类:问答Mercurial/.hgignore - How do I ignore everything but the contents of a folder?
I have a NetBeans project and the Mercurial repository is in the project root. I would like it to ignore everything except the contents of the \"src\" and \"test\" folders, and .hgignore itself.[详细]
2022-12-25 02:06 分类:问答.hgignore for VB.Net (Express)?
I didn\'t see a question on this subj开发者_如何学JAVAect in the archives, so here goes: For those of you experienced Mercurial users, is this a correct .hgignore file to tell VB.Net Express to ignore[详细]
2022-12-24 02:18 分类:问答Mercurial: a few questions all related to .hgignore
I\'ve been working for a long time with a .hgignore file that was fine and recently added one new type of files to ignore.When running \"hg status\", I noticed th开发者_开发技巧is:[详细]
2022-12-23 20:50 分类:问答How to make mercurial ignore all hidden files?
I hate seeing nearly every directory in my repository list each file twice, once with a dot in front of it and once without. I tried开发者_开发技巧 adding .* to my .hgignore file, but it has no effect[详细]
2022-12-21 23:34 分类:问答