From 4bd2a658dee429b9849c0790bb38d83918404e2d Mon Sep 17 00:00:00 2001 From: "Scott S. Lowe" Date: Tue, 25 Oct 2016 23:42:06 -0600 Subject: [PATCH] Add directory-specific Git ignore file Add .gitignore to "rkt" directory to ignore the rkt tarball. Signed-off-by: Scott S. Lowe --- rkt/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 rkt/.gitignore diff --git a/rkt/.gitignore b/rkt/.gitignore new file mode 100644 index 0000000..d23c3c3 --- /dev/null +++ b/rkt/.gitignore @@ -0,0 +1 @@ +rkt-*.tar.gz