Changeset - b7de35d966de
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-10-09 23:44:16
ohnobinki@ohnopublishing.net
Add .htaccess and inc/config.inc to .hgignore because these two files are to be locally modified from the shipped *.example files.
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
@@ -5,5 +5,12 @@ style: regex
 
# ignore all of cache except for the .keep file
 
^cache/[^.]
 

	
 
# ignore .htaccess because we only want .htaccess.example in the repo
 
^\.htaccess$
 

	
 
# ignore inc/config.inc because we only want inc/config.inc.example in
 
# the repo
 
^inc/config\.inc$
 

	
 
# ignore common unwanted suffixes
 
(~|\.orig|\.rej)$
0 comments (0 inline, 0 general)