prevent config.h from being uploaded
This commit is contained in:
parent
5fe4539dc1
commit
a69020cd6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ obj
|
||||
**/*.out
|
||||
**/*.o
|
||||
probotic
|
||||
config.h
|
||||
|
@ -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
|
Reference in New Issue
Block a user