added .gitignore

This commit is contained in:
2026-03-13 10:46:56 -05:00
parent 70bd676539
commit 91b40f7122
6 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.o

Binary file not shown.

View File

@@ -4,7 +4,7 @@
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#define NUMBER_OF_EMOTIONS 28 #define NUMBER_OF_EMOTIONS 27
typedef uint8_t emotion_intensity_type; typedef uint8_t emotion_intensity_type;
// Used to index into emotion_vectors. // Used to index into emotion_vectors.

Binary file not shown.