From dceb2d4a91921794ce9277e43c26821816a93135 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 3 Sep 2013 14:59:48 -0600 Subject: Initial cut of a driver for the TI CC3000 network module with support on the Freescale KL25Z board from Alan Carvalho de Assis --- apps/examples/cc3000/.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/examples/cc3000/.gitignore (limited to 'apps/examples/cc3000/.gitignore') diff --git a/apps/examples/cc3000/.gitignore b/apps/examples/cc3000/.gitignore new file mode 100644 index 000000000..fa1ec7579 --- /dev/null +++ b/apps/examples/cc3000/.gitignore @@ -0,0 +1,11 @@ +/Make.dep +/.depend +/.built +/*.asm +/*.obj +/*.rel +/*.lst +/*.sym +/*.adb +/*.lib +/*.src -- cgit v1.2.3