added cmd_motd command (just reading out motd.txt file)
[NeonServV5.git] / .gitignore
index df238409ee149789d1ac261a7cdc6ea7ffc1442c..c40effa666df251ddf665d6f78a3a6a60f489959 100644 (file)
@@ -1,5 +1,6 @@
 mysqlConfig.h
 neonserv.ini
+neonserv.conf
 src/version.c
 src/version.php
 src/.deps
@@ -8,6 +9,8 @@ src/lib/.deps
 src/lib/.dirstamp
 src/lib/*.o
 src/*.o
+bin/
+scripts/*.php
 autom4te.cache
 aclocal.m4
 config.h.in~
@@ -24,4 +27,5 @@ missing
 stamp-h1
 neonserv
 neonserv.exe
-libmysql.dll
\ No newline at end of file
+libmysql.dll
+motd.txt
\ No newline at end of file