Confirmed users
137
edits
Bent.mozilla (talk | contribs) |
|||
| Line 45: | Line 45: | ||
.*/CVS/.* | .*/CVS/.* | ||
.*/NONE | .*/NONE | ||
\.\#.*$ | |||
^Makefile$ | ^Makefile$ | ||
^config.log$ | ^config\.log$ | ||
^config.cache$ | ^config\.cache$ | ||
^config.status$ | ^config\.status$ | ||
^.client-defs.mk$ | ^\.client-defs\.mk$ | ||
^config-defs.h$ | ^config-defs\.h$ | ||
^.mozconfig$ | ^\.mozconfig$ | ||
^.mozconfig.mk$ | ^\.mozconfig\.mk$ | ||
^.mozconfig.out$ | ^\.mozconfig\.out$ | ||
^a.out$ | ^a\.out$ | ||
^unallmakefiles$ | ^unallmakefiles$ | ||
^nss$ | ^nss$ | ||
^mozilla-config.h$ | ^mozilla-config\.h$ | ||
.flc$ | \.flc$ | ||
.orig$ | \.orig$ | ||
.pyc$ | \.pyc$ | ||
<tt>hg addremove</tt> marks any files in the working dir that aren't present in the repository for addition, and marks any missing files as missing. The <tt>hg commit</tt> will create your initial commit. | <tt>hg addremove</tt> marks any files in the working dir that aren't present in the repository for addition, and marks any missing files as missing. The <tt>hg commit</tt> will create your initial commit. | ||