added cmd_motd command (just reading out motd.txt file)
[NeonServV5.git] / .gitignore
index 66e11f2f5249501959d3f733c86093a5d9324dff..c40effa666df251ddf665d6f78a3a6a60f489959 100644 (file)
@@ -1,8 +1,16 @@
 mysqlConfig.h
+neonserv.ini
+neonserv.conf
 src/version.c
+src/version.php
 src/.deps
 src/.dirstamp
+src/lib/.deps
+src/lib/.dirstamp
+src/lib/*.o
 src/*.o
+bin/
+scripts/*.php
 autom4te.cache
 aclocal.m4
 config.h.in~
@@ -19,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