Chromium Code Reviews

Unified Diff: go/.gitignore

Issue 1222903002: Refactor current GAE abstraction library to be free of the SDK* (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fixes Created 5 years, 5 months ago
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
Index: go/.gitignore
diff --git a/go/.gitignore b/go/.gitignore
index 25d56cb4f07b43ac217dd958e86c05885a424782..65ceb1f13660b5405b9f41360e82d3bbcdfb495d 100644
--- a/go/.gitignore
+++ b/go/.gitignore
@@ -1,4 +1,4 @@
-.vendor
-bin
-coverage
-pkg
+/.vendor
+/bin
+/coverage
+/pkg
« no previous file with comments | « no previous file | go/src/infra/gae/libs/gae/brokenfeatures.go » ('j') | go/src/infra/gae/libs/gae/helper/serialize.go » ('J')

Powered by Google App Engine