Tagged Questions
43
votes
3answers
16k views
Mercurial ignore file
I'm trying to get Mercurial to ignore a configuration file, but I'm failing to get it working.
I have created a repository on my server with hg init and cloned that repository to my computer. I then ...
4
votes
1answer
2k views
mercurial .hgignore - won't ignore files
I'm trying to ignore a file in my project with .hgignore, and just can't figure it out. The file is located in app/views/patterns/_changes.erb (relative to the root of the project, where .hgignore ...
2
votes
2answers
466 views
What grails project files should not be added to version control? (Grails 1.3.x)
(This question has been asked before, but a while back: Suggestions for Grails .gitignore; it was answered for grails 1.0.x)
What files in a Grails 1.3.x project should not be included in version ...
1
vote
2answers
43 views
Mercurial doesn't ignore files in directory I specify
I have mercurial repository. There is .hgignore file:
λ ~/workspace/kompgrafika/nurbs/ cat .hgignore
syntax: regexp
^Makefile
^bin/.*$
CMakeFiles/.*$
^CMakeCache\.txt
^cmake_install\.cmake
There ...