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

Unified Diff: .gitignore

Issue 1339653002: Update gitignore to ignore more GYP things (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 5 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 0a70ae91e515c43e8b66667848ad01fa99f9cf97..eaac5da89f15364314d3e055480bd0bc7a97c23a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,6 +65,11 @@ stamp-h1
*.vcproj
*.vcxproj
+# Ignore GYP generated Makefiles
+src/Makefile
+*.Makefile
+*.target.mk
+
# Ignore compiled Python 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