| commit | 3dfe595e9603b749f788aa70a3622d57850fdbd9 | [log] [tgz] |
|---|---|---|
| author | Alex Deymo <deymo@chromium.org> | Wed Apr 08 03:34:31 2015 |
| committer | Alex Deymo <deymo@chromium.org> | Wed Apr 08 03:34:31 2015 |
| tree | 6133280953bdc867432bcb1c5100b554368698e8 | |
| parent | a04672e966666e9c29542358d187186d11bfabf7 [diff] |
Added .gitignore file. BUG=None TEST=git ls-files -i --exclude-standard Change-Id: Ic64b5cec6cb35aa8893db0aeb8e7c73bef93bcfc
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4bff1b --- /dev/null +++ b/.gitignore
@@ -0,0 +1,13 @@ +# +# NOTE! Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +# + +# Standard ignores +*.o +*~ + +# Executables +bsdiff +bspatch