From a69020cd6d1a520d7aa0adcb9160b1c672009c80 Mon Sep 17 00:00:00 2001 From: Emil Date: Wed, 2 Aug 2023 09:11:14 -0600 Subject: [PATCH] prevent config.h from being uploaded --- .gitignore | 1 + include/config.h | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 include/config.h diff --git a/.gitignore b/.gitignore index b4981f7..a0e0410 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ obj **/*.out **/*.o probotic +config.h diff --git a/include/config.h b/include/config.h deleted file mode 100644 index 70070ea..0000000 --- a/include/config.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef CONFIG_H_ - -#define SERVER "irc.rizon.net" -#define PORT 6667 -#define CHANNEL "#/g/chad" -#define USERNAME "probotic" - -#define CONFIG_H_ -#endif