From 30a534e65073c75f574c4627bc4983af0b2e2771 Mon Sep 17 00:00:00 2001 From: Yanyan Jiang Date: Tue, 11 Aug 2020 17:14:09 +0000 Subject: [PATCH] start am apps --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cdf1184 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +* +!*/ +!*.h +!*.c +!*.cc +!*.S +!Makefile +!README +!LICENCE +.* +_* +*~ +build/ +!.gitignore