diff --git a/.gitignore b/.gitignore index 3eccac0..e525c97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ objs/ *.o + +a\.out\.dSYM/ + +a\.out diff --git a/a.out b/a.out deleted file mode 100755 index e14bb78..0000000 Binary files a/a.out and /dev/null differ diff --git a/a.out.dSYM/Contents/Info.plist b/a.out.dSYM/Contents/Info.plist deleted file mode 100644 index 3679a65..0000000 --- a/a.out.dSYM/Contents/Info.plist +++ /dev/null @@ -1,20 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleIdentifier - com.apple.xcode.dsym.a.out - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - dSYM - CFBundleSignature - ???? - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - - diff --git a/a.out.dSYM/Contents/Resources/DWARF/a.out b/a.out.dSYM/Contents/Resources/DWARF/a.out deleted file mode 100644 index 8d48381..0000000 Binary files a/a.out.dSYM/Contents/Resources/DWARF/a.out and /dev/null differ