prevent config.h from being uploaded

This commit is contained in:
Emil 2023-08-02 09:11:14 -06:00
parent 5fe4539dc1
commit a69020cd6d
2 changed files with 1 additions and 9 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ obj
**/*.out
**/*.o
probotic
config.h

View File

@ -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