aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-25 23:13:12 -0400
committersotech117 <michael_foiani@brown.edu>2023-09-25 23:13:12 -0400
commit26bf613d76c6e0059f5fa3024ac7313094073487 (patch)
treece2e93ce9849885c518252b1e20abe225a3c0c1d
parent5d26c4e6773b2fb8fdb7bbb3f35f7117c41cf441 (diff)
update gitignore & clean files
-rw-r--r--.gitignore4
-rw-r--r--.vscode/c_cpp_properties.json19
-rw-r--r--c.dSYM/Contents/Info.plist20
-rw-r--r--c.dSYM/Contents/Resources/DWARF/cbin13886 -> 0 bytes
-rw-r--r--client.dSYM/Contents/Info.plist20
-rw-r--r--client.dSYM/Contents/Resources/DWARF/clientbin12030 -> 0 bytes
-rw-r--r--l.dSYM/Contents/Info.plist20
-rw-r--r--l.dSYM/Contents/Resources/DWARF/lbin11651 -> 0 bytes
-rw-r--r--new.dSYM/Contents/Info.plist20
-rw-r--r--new.dSYM/Contents/Resources/DWARF/newbin19866 -> 0 bytes
-rw-r--r--s.dSYM/Contents/Info.plist20
-rw-r--r--s.dSYM/Contents/Resources/DWARF/sbin23649 -> 0 bytes
-rw-r--r--server.dSYM/Contents/Info.plist20
-rw-r--r--server.dSYM/Contents/Resources/DWARF/serverbin13478 -> 0 bytes
-rw-r--r--snowcast_control.dSYM/Contents/Info.plist20
-rw-r--r--snowcast_control.dSYM/Contents/Resources/DWARF/snowcast_controlbin14998 -> 0 bytes
-rw-r--r--snowcast_listener.dSYM/Contents/Info.plist20
-rw-r--r--snowcast_listener.dSYM/Contents/Resources/DWARF/snowcast_listenerbin11649 -> 0 bytes
-rw-r--r--snowcast_server.dSYM/Contents/Info.plist20
-rw-r--r--snowcast_server.dSYM/Contents/Resources/DWARF/snowcast_serverbin27786 -> 0 bytes
20 files changed, 2 insertions, 201 deletions
diff --git a/.gitignore b/.gitignore
index 6c79d6b..9d299da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,5 +9,5 @@
/reference/stations
# Created by sotech117
-*.dSYM
-.vscode \ No newline at end of file
+*.dSYM -r
+.vscode -r \ No newline at end of file
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
deleted file mode 100644
index 9a0a2f5..0000000
--- a/.vscode/c_cpp_properties.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "configurations": [
- {
- "name": "Mac",
- "includePath": [
- "${workspaceFolder}/**"
- ],
- "defines": [],
- "macFrameworkPath": [
- "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
- ],
- "compilerPath": "/usr/bin/clang",
- "cStandard": "c17",
- "cppStandard": "c++17",
- "intelliSenseMode": "macos-clang-arm64"
- }
- ],
- "version": 4
-} \ No newline at end of file
diff --git a/c.dSYM/Contents/Info.plist b/c.dSYM/Contents/Info.plist
deleted file mode 100644
index ceced96..0000000
--- a/c.dSYM/Contents/Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleIdentifier</key>
- <string>com.apple.xcode.dsym.c</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>dSYM</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- </dict>
-</plist>
diff --git a/c.dSYM/Contents/Resources/DWARF/c b/c.dSYM/Contents/Resources/DWARF/c
deleted file mode 100644
index 4a8f904..0000000
--- a/c.dSYM/Contents/Resources/DWARF/c
+++ /dev/null
Binary files differ
diff --git a/client.dSYM/Contents/Info.plist b/client.dSYM/Contents/Info.plist
deleted file mode 100644
index d550748..0000000
--- a/client.dSYM/Contents/Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleIdentifier</key>
- <string>com.apple.xcode.dsym.client</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>dSYM</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- </dict>
-</plist>
diff --git a/client.dSYM/Contents/Resources/DWARF/client b/client.dSYM/Contents/Resources/DWARF/client
deleted file mode 100644
index ef0cdd0..0000000
--- a/client.dSYM/Contents/Resources/DWARF/client
+++ /dev/null
Binary files differ
diff --git a/l.dSYM/Contents/Info.plist b/l.dSYM/Contents/Info.plist
deleted file mode 100644
index 7025c85..0000000
--- a/l.dSYM/Contents/Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleIdentifier</key>
- <string>com.apple.xcode.dsym.l</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>dSYM</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- </dict>
-</plist>
diff --git a/l.dSYM/Contents/Resources/DWARF/l b/l.dSYM/Contents/Resources/DWARF/l
deleted file mode 100644
index 283ecc9..0000000
--- a/l.dSYM/Contents/Resources/DWARF/l
+++ /dev/null
Binary files differ
diff --git a/new.dSYM/Contents/Info.plist b/new.dSYM/Contents/Info.plist
deleted file mode 100644
index ba6d460..0000000
--- a/new.dSYM/Contents/Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleIdentifier</key>
- <string>com.apple.xcode.dsym.new</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>dSYM</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- </dict>
-</plist>
diff --git a/new.dSYM/Contents/Resources/DWARF/new b/new.dSYM/Contents/Resources/DWARF/new
deleted file mode 100644
index 3200cf1..0000000
--- a/new.dSYM/Contents/Resources/DWARF/new
+++ /dev/null
Binary files differ
diff --git a/s.dSYM/Contents/Info.plist b/s.dSYM/Contents/Info.plist
deleted file mode 100644
index 9ce500c..0000000
--- a/s.dSYM/Contents/Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleIdentifier</key>
- <string>com.apple.xcode.dsym.s</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>dSYM</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- </dict>
-</plist>
diff --git a/s.dSYM/Contents/Resources/DWARF/s b/s.dSYM/Contents/Resources/DWARF/s
deleted file mode 100644
index 489e060..0000000
--- a/s.dSYM/Contents/Resources/DWARF/s
+++ /dev/null
Binary files differ
diff --git a/server.dSYM/Contents/Info.plist b/server.dSYM/Contents/Info.plist
deleted file mode 100644
index d2b6274..0000000
--- a/server.dSYM/Contents/Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleIdentifier</key>
- <string>com.apple.xcode.dsym.server</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>dSYM</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- </dict>
-</plist>
diff --git a/server.dSYM/Contents/Resources/DWARF/server b/server.dSYM/Contents/Resources/DWARF/server
deleted file mode 100644
index 40af941..0000000
--- a/server.dSYM/Contents/Resources/DWARF/server
+++ /dev/null
Binary files differ
diff --git a/snowcast_control.dSYM/Contents/Info.plist b/snowcast_control.dSYM/Contents/Info.plist
deleted file mode 100644
index afe5b44..0000000
--- a/snowcast_control.dSYM/Contents/Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleIdentifier</key>
- <string>com.apple.xcode.dsym.snowcast_control</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>dSYM</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- </dict>
-</plist>
diff --git a/snowcast_control.dSYM/Contents/Resources/DWARF/snowcast_control b/snowcast_control.dSYM/Contents/Resources/DWARF/snowcast_control
deleted file mode 100644
index ca60b73..0000000
--- a/snowcast_control.dSYM/Contents/Resources/DWARF/snowcast_control
+++ /dev/null
Binary files differ
diff --git a/snowcast_listener.dSYM/Contents/Info.plist b/snowcast_listener.dSYM/Contents/Info.plist
deleted file mode 100644
index 0af79e1..0000000
--- a/snowcast_listener.dSYM/Contents/Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleIdentifier</key>
- <string>com.apple.xcode.dsym.snowcast_listener</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>dSYM</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- </dict>
-</plist>
diff --git a/snowcast_listener.dSYM/Contents/Resources/DWARF/snowcast_listener b/snowcast_listener.dSYM/Contents/Resources/DWARF/snowcast_listener
deleted file mode 100644
index 7be4031..0000000
--- a/snowcast_listener.dSYM/Contents/Resources/DWARF/snowcast_listener
+++ /dev/null
Binary files differ
diff --git a/snowcast_server.dSYM/Contents/Info.plist b/snowcast_server.dSYM/Contents/Info.plist
deleted file mode 100644
index 789e734..0000000
--- a/snowcast_server.dSYM/Contents/Info.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleIdentifier</key>
- <string>com.apple.xcode.dsym.snowcast_server</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>dSYM</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- </dict>
-</plist>
diff --git a/snowcast_server.dSYM/Contents/Resources/DWARF/snowcast_server b/snowcast_server.dSYM/Contents/Resources/DWARF/snowcast_server
deleted file mode 100644
index 2fb207a..0000000
--- a/snowcast_server.dSYM/Contents/Resources/DWARF/snowcast_server
+++ /dev/null
Binary files differ