Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: .gitignore

Issue 3316004: ignore: tmp files and .pyc files (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
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
index 04694fd4d8cf86b5df33ac47301d77eb1b581326..27710e5e9b701557bbde5536ab1518f72c784824 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,7 @@
/.chromeos_dev
/.default_board
/shared_user_passwd.txt
+
+# Generated files
+*.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 408576698