From 9adbc6f4d4aef2f2e59f34e64cafa54043f05e8c Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Wed, 20 Apr 2016 16:39:44 -0700 Subject: [PATCH] cmsdk: Ignore "samples" subdir. Since the samples are going to grow with each new interface addition, lets keep them in separate git projects and overlap their path into this directory. Change-Id: Ie37283646fe8b1927a81a0f1fb299f56475e237d --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2b816b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Ignore the samples directory, since they should be separate git projects +samples/