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/tcpecho/.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/examples/tcpecho/.gitignore (limited to 'apps/examples/tcpecho/.gitignore') diff --git a/apps/examples/tcpecho/.gitignore b/apps/examples/tcpecho/.gitignore new file mode 100644 index 000000000..d7e289cea --- /dev/null +++ b/apps/examples/tcpecho/.gitignore @@ -0,0 +1,12 @@ +/Make.dep +/.depend +/.built +/*.asm +/*.obj +/*.rel +/*.lst +/*.sym +/*.adb +/*.lib +/*.src +/*.dSYM -- cgit v1.2.3