added gitignore and moved .ics to tests dir

This commit is contained in:
bjt-user 2023-08-15 16:50:00 +02:00
parent dfa3d33ef5
commit 2c5869143d
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
a.out

View File

@ -12,7 +12,7 @@
#include <limits.h> #include <limits.h>
int main() { int main() {
const char ICS_PATH[] = "calendar.ics"; const char ICS_PATH[] = "tests/calendar.ics";
char my_line[4096] = ""; char my_line[4096] = "";