From a75870e9f22c9a1611c33173731fe8d416249686 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 30 May 2013 14:45:31 -0600 Subject: Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files --- apps/examples/mm/.gitignore | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'apps/examples/mm') diff --git a/apps/examples/mm/.gitignore b/apps/examples/mm/.gitignore index 56dd2db00..d7e289cea 100644 --- a/apps/examples/mm/.gitignore +++ b/apps/examples/mm/.gitignore @@ -1,11 +1,12 @@ -Make.dep -.depend -*.swp -*.asm -*.rel -*.lst -*.sym -*.adb -*.lib - - +/Make.dep +/.depend +/.built +/*.asm +/*.obj +/*.rel +/*.lst +/*.sym +/*.adb +/*.lib +/*.src +/*.dSYM -- cgit v1.2.3