From 1bc74b1308d24b6a9c7a58421f0cb89fbd593da6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 30 May 2013 15:02:04 -0600 Subject: .dSYM only needs to be in the same .gitignore files as .exe --- apps/builtin/.gitignore | 1 - apps/examples/adc/.gitignore | 1 - apps/examples/buttons/.gitignore | 1 - apps/examples/can/.gitignore | 1 - apps/examples/cdcacm/.gitignore | 1 - apps/examples/composite/.gitignore | 1 - apps/examples/cxxtest/.gitignore | 1 - apps/examples/dhcpd/.gitignore | 1 - apps/examples/discover/.gitignore | 1 - apps/examples/elf/.gitignore | 1 - apps/examples/flash_test/.gitignore | 1 - apps/examples/ftpc/.gitignore | 1 - apps/examples/ftpd/.gitignore | 1 - apps/examples/hello/.gitignore | 1 - apps/examples/helloxx/.gitignore | 1 - apps/examples/hidkbd/.gitignore | 1 - apps/examples/json/.gitignore | 1 - apps/examples/keypadtest/.gitignore | 1 - apps/examples/lcdrw/.gitignore | 1 - apps/examples/mm/.gitignore | 1 - apps/examples/modbus/.gitignore | 1 - apps/examples/mount/.gitignore | 1 - apps/examples/mtdpart/.gitignore | 1 - apps/examples/nsh/.gitignore | 1 - apps/examples/null/.gitignore | 1 - apps/examples/nx/.gitignore | 1 - apps/examples/nxconsole/.gitignore | 1 - apps/examples/nxffs/.gitignore | 1 - apps/examples/nxflat/.gitignore | 1 - apps/examples/nxhello/.gitignore | 1 - apps/examples/nximage/.gitignore | 1 - apps/examples/nxlines/.gitignore | 1 - apps/examples/nxtext/.gitignore | 1 - apps/examples/ostest/.gitignore | 1 - apps/examples/pashello/.gitignore | 1 - apps/examples/pipe/.gitignore | 1 - apps/examples/posix_spawn/.gitignore | 1 - apps/examples/posix_spawn/filesystem/hello/.gitignore | 7 +++---- apps/examples/posix_spawn/filesystem/redirect/.gitignore | 7 +++---- apps/examples/pwm/.gitignore | 1 - apps/examples/qencoder/.gitignore | 1 - apps/examples/relays/.gitignore | 1 - apps/examples/rgmp/.gitignore | 1 - apps/examples/romfs/.gitignore | 1 - apps/examples/sendmail/.gitignore | 1 - apps/examples/serloop/.gitignore | 1 - apps/examples/slcd/.gitignore | 1 - apps/examples/smart/.gitignore | 1 - apps/examples/smart_test/.gitignore | 1 - apps/examples/tcpecho/.gitignore | 1 - apps/examples/telnetd/.gitignore | 1 - apps/examples/thttpd/.gitignore | 1 - apps/examples/tiff/.gitignore | 1 - apps/examples/touchscreen/.gitignore | 1 - apps/examples/uip/.gitignore | 1 - apps/examples/uip/httpd-fs/.gitignore | 1 - apps/examples/usbserial/.gitignore | 1 - apps/examples/usbstorage/.gitignore | 1 - apps/examples/usbterm/.gitignore | 1 - apps/examples/watchdog/.gitignore | 1 - apps/examples/wget/.gitignore | 1 - apps/examples/wgetjson/.gitignore | 1 - apps/examples/wgetjson/webserver/.gitignore | 1 - apps/examples/wgetjson/webserver/wgetjson/.gitignore | 1 - apps/examples/xmlrpc/.gitignore | 1 - apps/graphics/screenshot/.gitignore | 1 - apps/modbus/.gitignore | 1 - apps/netutils/dhcpc/.gitignore | 1 - apps/netutils/dhcpd/.gitignore | 1 - apps/netutils/discover/.gitignore | 1 - apps/netutils/ftpc/.gitignore | 1 - apps/netutils/ftpd/.gitignore | 1 - apps/netutils/json/.gitignore | 1 - apps/netutils/resolv/.gitignore | 1 - apps/netutils/smtp/.gitignore | 1 - apps/netutils/telnetd/.gitignore | 1 - apps/netutils/tftpc/.gitignore | 1 - apps/netutils/thttpd/.gitignore | 1 - apps/netutils/uiplib/.gitignore | 1 - apps/netutils/webclient/.gitignore | 1 - apps/netutils/webserver/.gitignore | 1 - apps/netutils/xmlrpc/.gitignore | 1 - apps/nshlib/.gitignore | 1 - apps/system/flash_eraseall/.gitignore | 1 - apps/system/free/.gitignore | 1 - apps/system/i2c/.gitignore | 1 - apps/system/install/.gitignore | 1 - apps/system/poweroff/.gitignore | 1 - apps/system/ramtest/.gitignore | 1 - apps/system/ramtron/.gitignore | 1 - apps/system/readline/.gitignore | 1 - apps/system/sdcard/.gitignore | 1 - apps/system/sysinfo/.gitignore | 1 - apps/system/usbmonitor/.gitignore | 1 - 94 files changed, 6 insertions(+), 100 deletions(-) (limited to 'apps') diff --git a/apps/builtin/.gitignore b/apps/builtin/.gitignore index f34237c93..8ccdce2c1 100644 --- a/apps/builtin/.gitignore +++ b/apps/builtin/.gitignore @@ -9,4 +9,3 @@ /*.lst /*.asm /*.sym -/*.dSYM diff --git a/apps/examples/adc/.gitignore b/apps/examples/adc/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/adc/.gitignore +++ b/apps/examples/adc/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/buttons/.gitignore b/apps/examples/buttons/.gitignore index bcc71b2ea..105259c49 100644 --- a/apps/examples/buttons/.gitignore +++ b/apps/examples/buttons/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/can/.gitignore b/apps/examples/can/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/can/.gitignore +++ b/apps/examples/can/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/cdcacm/.gitignore b/apps/examples/cdcacm/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/cdcacm/.gitignore +++ b/apps/examples/cdcacm/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/composite/.gitignore b/apps/examples/composite/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/composite/.gitignore +++ b/apps/examples/composite/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/cxxtest/.gitignore b/apps/examples/cxxtest/.gitignore index bcc71b2ea..105259c49 100644 --- a/apps/examples/cxxtest/.gitignore +++ b/apps/examples/cxxtest/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/dhcpd/.gitignore b/apps/examples/dhcpd/.gitignore index 9d9b5086b..0ca3d1588 100644 --- a/apps/examples/dhcpd/.gitignore +++ b/apps/examples/dhcpd/.gitignore @@ -10,4 +10,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/discover/.gitignore b/apps/examples/discover/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/discover/.gitignore +++ b/apps/examples/discover/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/elf/.gitignore b/apps/examples/elf/.gitignore index bddad3fa4..4cfc495be 100644 --- a/apps/examples/elf/.gitignore +++ b/apps/examples/elf/.gitignore @@ -1,4 +1,3 @@ /Make.dep /.depend /.built -/*.dSYM diff --git a/apps/examples/flash_test/.gitignore b/apps/examples/flash_test/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/flash_test/.gitignore +++ b/apps/examples/flash_test/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/ftpc/.gitignore b/apps/examples/ftpc/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/ftpc/.gitignore +++ b/apps/examples/ftpc/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/ftpd/.gitignore b/apps/examples/ftpd/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/ftpd/.gitignore +++ b/apps/examples/ftpd/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/hello/.gitignore b/apps/examples/hello/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/hello/.gitignore +++ b/apps/examples/hello/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/helloxx/.gitignore b/apps/examples/helloxx/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/helloxx/.gitignore +++ b/apps/examples/helloxx/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/hidkbd/.gitignore b/apps/examples/hidkbd/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/hidkbd/.gitignore +++ b/apps/examples/hidkbd/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/json/.gitignore b/apps/examples/json/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/json/.gitignore +++ b/apps/examples/json/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/keypadtest/.gitignore b/apps/examples/keypadtest/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/keypadtest/.gitignore +++ b/apps/examples/keypadtest/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/lcdrw/.gitignore b/apps/examples/lcdrw/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/lcdrw/.gitignore +++ b/apps/examples/lcdrw/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/mm/.gitignore b/apps/examples/mm/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/mm/.gitignore +++ b/apps/examples/mm/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/modbus/.gitignore b/apps/examples/modbus/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/modbus/.gitignore +++ b/apps/examples/modbus/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/mount/.gitignore b/apps/examples/mount/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/mount/.gitignore +++ b/apps/examples/mount/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/mtdpart/.gitignore b/apps/examples/mtdpart/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/mtdpart/.gitignore +++ b/apps/examples/mtdpart/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/nsh/.gitignore b/apps/examples/nsh/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/nsh/.gitignore +++ b/apps/examples/nsh/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/null/.gitignore b/apps/examples/null/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/null/.gitignore +++ b/apps/examples/null/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/nx/.gitignore b/apps/examples/nx/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/nx/.gitignore +++ b/apps/examples/nx/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/nxconsole/.gitignore b/apps/examples/nxconsole/.gitignore index ad18b8db5..b14460823 100644 --- a/apps/examples/nxconsole/.gitignore +++ b/apps/examples/nxconsole/.gitignore @@ -8,4 +8,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/nxffs/.gitignore b/apps/examples/nxffs/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/nxffs/.gitignore +++ b/apps/examples/nxffs/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/nxflat/.gitignore b/apps/examples/nxflat/.gitignore index bddad3fa4..4cfc495be 100644 --- a/apps/examples/nxflat/.gitignore +++ b/apps/examples/nxflat/.gitignore @@ -1,4 +1,3 @@ /Make.dep /.depend /.built -/*.dSYM diff --git a/apps/examples/nxhello/.gitignore b/apps/examples/nxhello/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/nxhello/.gitignore +++ b/apps/examples/nxhello/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/nximage/.gitignore b/apps/examples/nximage/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/nximage/.gitignore +++ b/apps/examples/nximage/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/nxlines/.gitignore b/apps/examples/nxlines/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/nxlines/.gitignore +++ b/apps/examples/nxlines/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/nxtext/.gitignore b/apps/examples/nxtext/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/nxtext/.gitignore +++ b/apps/examples/nxtext/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/ostest/.gitignore b/apps/examples/ostest/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/ostest/.gitignore +++ b/apps/examples/ostest/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/pashello/.gitignore b/apps/examples/pashello/.gitignore index 363094779..3e5ec9dcb 100644 --- a/apps/examples/pashello/.gitignore +++ b/apps/examples/pashello/.gitignore @@ -11,4 +11,3 @@ /*.lib /*.src /*.err -/*.dSYM diff --git a/apps/examples/pipe/.gitignore b/apps/examples/pipe/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/pipe/.gitignore +++ b/apps/examples/pipe/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/posix_spawn/.gitignore b/apps/examples/posix_spawn/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/posix_spawn/.gitignore +++ b/apps/examples/posix_spawn/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/posix_spawn/filesystem/hello/.gitignore b/apps/examples/posix_spawn/filesystem/hello/.gitignore index f43841e37..993453898 100644 --- a/apps/examples/posix_spawn/filesystem/hello/.gitignore +++ b/apps/examples/posix_spawn/filesystem/hello/.gitignore @@ -1,5 +1,4 @@ -hello -*.exe - - +/hello +/*.exe +/*.dSYM diff --git a/apps/examples/posix_spawn/filesystem/redirect/.gitignore b/apps/examples/posix_spawn/filesystem/redirect/.gitignore index 8267e1d95..b8396c22d 100644 --- a/apps/examples/posix_spawn/filesystem/redirect/.gitignore +++ b/apps/examples/posix_spawn/filesystem/redirect/.gitignore @@ -1,5 +1,4 @@ -redirect -*.exe - - +/redirect +/*.exe +/*.dSYM diff --git a/apps/examples/pwm/.gitignore b/apps/examples/pwm/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/pwm/.gitignore +++ b/apps/examples/pwm/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/qencoder/.gitignore b/apps/examples/qencoder/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/qencoder/.gitignore +++ b/apps/examples/qencoder/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/relays/.gitignore b/apps/examples/relays/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/relays/.gitignore +++ b/apps/examples/relays/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/rgmp/.gitignore b/apps/examples/rgmp/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/rgmp/.gitignore +++ b/apps/examples/rgmp/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/romfs/.gitignore b/apps/examples/romfs/.gitignore index a471732b8..98aca9189 100644 --- a/apps/examples/romfs/.gitignore +++ b/apps/examples/romfs/.gitignore @@ -11,4 +11,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/sendmail/.gitignore b/apps/examples/sendmail/.gitignore index 6ba13112b..565aaaa07 100644 --- a/apps/examples/sendmail/.gitignore +++ b/apps/examples/sendmail/.gitignore @@ -12,4 +12,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/serloop/.gitignore b/apps/examples/serloop/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/serloop/.gitignore +++ b/apps/examples/serloop/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/slcd/.gitignore b/apps/examples/slcd/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/slcd/.gitignore +++ b/apps/examples/slcd/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/smart/.gitignore b/apps/examples/smart/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/smart/.gitignore +++ b/apps/examples/smart/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/smart_test/.gitignore b/apps/examples/smart_test/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/smart_test/.gitignore +++ b/apps/examples/smart_test/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/tcpecho/.gitignore b/apps/examples/tcpecho/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/tcpecho/.gitignore +++ b/apps/examples/tcpecho/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/telnetd/.gitignore b/apps/examples/telnetd/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/telnetd/.gitignore +++ b/apps/examples/telnetd/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/thttpd/.gitignore b/apps/examples/thttpd/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/thttpd/.gitignore +++ b/apps/examples/thttpd/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/tiff/.gitignore b/apps/examples/tiff/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/tiff/.gitignore +++ b/apps/examples/tiff/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/touchscreen/.gitignore b/apps/examples/touchscreen/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/touchscreen/.gitignore +++ b/apps/examples/touchscreen/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/uip/.gitignore b/apps/examples/uip/.gitignore index 3e613359c..12109c08d 100644 --- a/apps/examples/uip/.gitignore +++ b/apps/examples/uip/.gitignore @@ -10,4 +10,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/uip/httpd-fs/.gitignore b/apps/examples/uip/httpd-fs/.gitignore index 9b512faae..e75e705d4 100644 --- a/apps/examples/uip/httpd-fs/.gitignore +++ b/apps/examples/uip/httpd-fs/.gitignore @@ -10,4 +10,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/usbserial/.gitignore b/apps/examples/usbserial/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/usbserial/.gitignore +++ b/apps/examples/usbserial/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/usbstorage/.gitignore b/apps/examples/usbstorage/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/usbstorage/.gitignore +++ b/apps/examples/usbstorage/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/usbterm/.gitignore b/apps/examples/usbterm/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/usbterm/.gitignore +++ b/apps/examples/usbterm/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/watchdog/.gitignore b/apps/examples/watchdog/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/watchdog/.gitignore +++ b/apps/examples/watchdog/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/wget/.gitignore b/apps/examples/wget/.gitignore index 6ba13112b..565aaaa07 100644 --- a/apps/examples/wget/.gitignore +++ b/apps/examples/wget/.gitignore @@ -12,4 +12,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/wgetjson/.gitignore b/apps/examples/wgetjson/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/wgetjson/.gitignore +++ b/apps/examples/wgetjson/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/wgetjson/webserver/.gitignore b/apps/examples/wgetjson/webserver/.gitignore index 9b512faae..e75e705d4 100644 --- a/apps/examples/wgetjson/webserver/.gitignore +++ b/apps/examples/wgetjson/webserver/.gitignore @@ -10,4 +10,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/wgetjson/webserver/wgetjson/.gitignore b/apps/examples/wgetjson/webserver/wgetjson/.gitignore index 9b512faae..e75e705d4 100644 --- a/apps/examples/wgetjson/webserver/wgetjson/.gitignore +++ b/apps/examples/wgetjson/webserver/wgetjson/.gitignore @@ -10,4 +10,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/examples/xmlrpc/.gitignore b/apps/examples/xmlrpc/.gitignore index d7e289cea..fa1ec7579 100644 --- a/apps/examples/xmlrpc/.gitignore +++ b/apps/examples/xmlrpc/.gitignore @@ -9,4 +9,3 @@ /*.adb /*.lib /*.src -/*.dSYM diff --git a/apps/graphics/screenshot/.gitignore b/apps/graphics/screenshot/.gitignore index 8a252dacc..83bd7b811 100644 --- a/apps/graphics/screenshot/.gitignore +++ b/apps/graphics/screenshot/.gitignore @@ -9,4 +9,3 @@ /*.lib /*.src /*.obj -/*.dSYM diff --git a/apps/modbus/.gitignore b/apps/modbus/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/modbus/.gitignore +++ b/apps/modbus/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/dhcpc/.gitignore b/apps/netutils/dhcpc/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/netutils/dhcpc/.gitignore +++ b/apps/netutils/dhcpc/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/dhcpd/.gitignore b/apps/netutils/dhcpd/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/netutils/dhcpd/.gitignore +++ b/apps/netutils/dhcpd/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/discover/.gitignore b/apps/netutils/discover/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/netutils/discover/.gitignore +++ b/apps/netutils/discover/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/ftpc/.gitignore b/apps/netutils/ftpc/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/netutils/ftpc/.gitignore +++ b/apps/netutils/ftpc/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/ftpd/.gitignore b/apps/netutils/ftpd/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/netutils/ftpd/.gitignore +++ b/apps/netutils/ftpd/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/json/.gitignore b/apps/netutils/json/.gitignore index f3308ae72..16db3b336 100644 --- a/apps/netutils/json/.gitignore +++ b/apps/netutils/json/.gitignore @@ -5,4 +5,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/resolv/.gitignore b/apps/netutils/resolv/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/netutils/resolv/.gitignore +++ b/apps/netutils/resolv/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/smtp/.gitignore b/apps/netutils/smtp/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/netutils/smtp/.gitignore +++ b/apps/netutils/smtp/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/telnetd/.gitignore b/apps/netutils/telnetd/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/netutils/telnetd/.gitignore +++ b/apps/netutils/telnetd/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/tftpc/.gitignore b/apps/netutils/tftpc/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/netutils/tftpc/.gitignore +++ b/apps/netutils/tftpc/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/thttpd/.gitignore b/apps/netutils/thttpd/.gitignore index f3308ae72..16db3b336 100644 --- a/apps/netutils/thttpd/.gitignore +++ b/apps/netutils/thttpd/.gitignore @@ -5,4 +5,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/uiplib/.gitignore b/apps/netutils/uiplib/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/netutils/uiplib/.gitignore +++ b/apps/netutils/uiplib/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/webclient/.gitignore b/apps/netutils/webclient/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/netutils/webclient/.gitignore +++ b/apps/netutils/webclient/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/webserver/.gitignore b/apps/netutils/webserver/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/netutils/webserver/.gitignore +++ b/apps/netutils/webserver/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/netutils/xmlrpc/.gitignore b/apps/netutils/xmlrpc/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/netutils/xmlrpc/.gitignore +++ b/apps/netutils/xmlrpc/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/nshlib/.gitignore b/apps/nshlib/.gitignore index 54b75348c..f21c854d1 100644 --- a/apps/nshlib/.gitignore +++ b/apps/nshlib/.gitignore @@ -4,4 +4,3 @@ /*.src /*.obj /*.lst -/*.dSYM diff --git a/apps/system/flash_eraseall/.gitignore b/apps/system/flash_eraseall/.gitignore index 8a252dacc..83bd7b811 100644 --- a/apps/system/flash_eraseall/.gitignore +++ b/apps/system/flash_eraseall/.gitignore @@ -9,4 +9,3 @@ /*.lib /*.src /*.obj -/*.dSYM diff --git a/apps/system/free/.gitignore b/apps/system/free/.gitignore index 8a252dacc..83bd7b811 100644 --- a/apps/system/free/.gitignore +++ b/apps/system/free/.gitignore @@ -9,4 +9,3 @@ /*.lib /*.src /*.obj -/*.dSYM diff --git a/apps/system/i2c/.gitignore b/apps/system/i2c/.gitignore index 8a252dacc..83bd7b811 100644 --- a/apps/system/i2c/.gitignore +++ b/apps/system/i2c/.gitignore @@ -9,4 +9,3 @@ /*.lib /*.src /*.obj -/*.dSYM diff --git a/apps/system/install/.gitignore b/apps/system/install/.gitignore index 8a252dacc..83bd7b811 100644 --- a/apps/system/install/.gitignore +++ b/apps/system/install/.gitignore @@ -9,4 +9,3 @@ /*.lib /*.src /*.obj -/*.dSYM diff --git a/apps/system/poweroff/.gitignore b/apps/system/poweroff/.gitignore index 8a252dacc..83bd7b811 100644 --- a/apps/system/poweroff/.gitignore +++ b/apps/system/poweroff/.gitignore @@ -9,4 +9,3 @@ /*.lib /*.src /*.obj -/*.dSYM diff --git a/apps/system/ramtest/.gitignore b/apps/system/ramtest/.gitignore index 8a252dacc..83bd7b811 100644 --- a/apps/system/ramtest/.gitignore +++ b/apps/system/ramtest/.gitignore @@ -9,4 +9,3 @@ /*.lib /*.src /*.obj -/*.dSYM diff --git a/apps/system/ramtron/.gitignore b/apps/system/ramtron/.gitignore index 8a252dacc..83bd7b811 100644 --- a/apps/system/ramtron/.gitignore +++ b/apps/system/ramtron/.gitignore @@ -9,4 +9,3 @@ /*.lib /*.src /*.obj -/*.dSYM diff --git a/apps/system/readline/.gitignore b/apps/system/readline/.gitignore index 8a252dacc..83bd7b811 100644 --- a/apps/system/readline/.gitignore +++ b/apps/system/readline/.gitignore @@ -9,4 +9,3 @@ /*.lib /*.src /*.obj -/*.dSYM diff --git a/apps/system/sdcard/.gitignore b/apps/system/sdcard/.gitignore index 8a252dacc..83bd7b811 100644 --- a/apps/system/sdcard/.gitignore +++ b/apps/system/sdcard/.gitignore @@ -9,4 +9,3 @@ /*.lib /*.src /*.obj -/*.dSYM diff --git a/apps/system/sysinfo/.gitignore b/apps/system/sysinfo/.gitignore index 8a252dacc..83bd7b811 100644 --- a/apps/system/sysinfo/.gitignore +++ b/apps/system/sysinfo/.gitignore @@ -9,4 +9,3 @@ /*.lib /*.src /*.obj -/*.dSYM diff --git a/apps/system/usbmonitor/.gitignore b/apps/system/usbmonitor/.gitignore index 8a252dacc..83bd7b811 100644 --- a/apps/system/usbmonitor/.gitignore +++ b/apps/system/usbmonitor/.gitignore @@ -9,4 +9,3 @@ /*.lib /*.src /*.obj -/*.dSYM -- cgit v1.2.3