aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-02-23 16:22:56 +0100
committerThao Nguyen <thao.nguyen.yb@renesas.com>2017-08-25 08:45:31 +0700
commitbc0a99ebfbe6c14c7f94b298ca89ea5e02656e78 (patch)
tree4acd7b7d64e17a821f8289916c5b6dc19a5f0a1c
parentf3b86897081316113688a3f42e84fd48b17770b3 (diff)
rcar-gen3: Add .gitignore
The packages tarball should not be added to git management. This commit adds .gitignore for *.tar.bz2 and *.tar.gz packages. Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> (cherry picked from commit 21cddeb0cf9bc284801f09451ec9023b74a0b713)
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5cc4bc0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.tar.bz2
+*.tar.gz