Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .hgignore

Issue 6364489058353152: Issue 2126 - Adapted CMS for living in its own repository rather than sitescripts (Closed)
Patch Set: Added .pyo to ignore files Created March 12, 2015, 4:22 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | cms/bin/generate_static_pages.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .hgignore
===================================================================
new file mode 100644
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,6 @@
+^build$
+^dist$
+
+syntax: glob
+*.pyc
+*.pyo
« no previous file with comments | « .gitignore ('k') | cms/bin/generate_static_pages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld