FogBugz » FogBugzPy A Python wrapper for the FogBugz API Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.1, 0.9.2, and 0.9.3

Update .hgignore.

Changeset 4cb280693dee

Parent 84506e433497

by Profile picture of User 10Tyler Hicks-Wright <tghw@fogcreek.com>

Changes to one file · Browse files at 4cb280693dee Showing diff from parent 84506e433497 Diff from another changeset...

Change 1 of 1 Show Entire File .hgignore Stacked
 
1
2
3
4
5
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
@@ -1,6 +1,7 @@
-syntax: glob -*.pyc -*.ini -*.exe -build/** -dist/** \ No newline at end of file
+syntax: glob +*.pyc +*.ini +*.exe +build/** +dist/** +*.egg-info/**