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

Unified Diff: .gitignore

Issue 5724752035446784: No issue - add build and *.pyc files to gitignore (Closed)
Patch Set: increase strictness of patterns Created June 19, 2015, 9:09 a.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..9e0ebbdb46d190dd49a3ac1c005437c5082d3fdb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/build
+/docs
+*.pyc
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld