From 1092e4b16395d945517b9bcbc2c48828fbe9303c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 3 May 2013 12:52:33 -0600 Subject: Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available). --- apps/examples/smart/.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/examples/smart/.gitignore (limited to 'apps/examples/smart/.gitignore') diff --git a/apps/examples/smart/.gitignore b/apps/examples/smart/.gitignore new file mode 100644 index 000000000..3c8fd3435 --- /dev/null +++ b/apps/examples/smart/.gitignore @@ -0,0 +1,12 @@ +Make.dep +.depend +.built +*.swp +*.asm +*.rel +*.lst +*.sym +*.adb +*.lib +*.src + -- cgit v1.2.3