From c3d54ff5cd0fb097de362e9b3ec0c0bafdbdf749 Mon Sep 17 00:00:00 2001 From: Sivaraj R Date: Thu, 22 Feb 2018 10:41:12 +0530 Subject: [PATCH] Added git ignore Signed-off-by: Sivaraj R --- .gitignore | 2 ++ src/makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22d53d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +lib/* +docs/doxygen/html/ diff --git a/src/makefile b/src/makefile index 16786df..3885147 100644 --- a/src/makefile +++ b/src/makefile @@ -1,5 +1,5 @@ # -# This file is the makefile for building sciclient . +# This file is the makefile for building fvid2. # include $(PDK_INSTALL_PATH)/ti/build/Rules.make -- 2.26.2