summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlex Deymo <deymo@chromium.org>2015-04-07 20:34:31 -0700
committerAlex Deymo <deymo@google.com>2015-09-23 10:06:36 -0700
commit075af0a105a007788cf96bb56a148401841a3b5b (patch)
treec33460d58717b17dee14063f910991810e8acefe /.gitignore
parent4384370cec4c917dd5d093546ac524b13e8d7dba (diff)
downloadbsdiff-075af0a105a007788cf96bb56a148401841a3b5b.tar.gz
Added .gitignore file.
BUG=None TEST=git ls-files -i --exclude-standard Change-Id: Ic64b5cec6cb35aa8893db0aeb8e7c73bef93bcfc
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
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