From 3b3cb2b407f981f1430bcd465d26d5e5b4ec0d50 Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Thu, 28 Apr 2011 16:17:48 -0400 Subject: [PATCH] Add .gitignore file --- .gitignore | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b7869e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,62 @@ +Configure +Makefile +.config +Obsolete +Wanted +config.h +config.sh +config.sh.old +config_h.SH +confmagic.h +options.h +src/cmdlocal.c +src/console +src/console~ +src/flaglocal.c +src/funlocal.c +src/local.c +utils/mkcmds.sh +win32/cmds.h +win32/funs.h +win32/switches.h +hdrs/buildinf.h +hdrs/cmds.h +hdrs/funs.h +hdrs/patches.h +hdrs/switches.h +src/Makefile +src/switchinc.c +src/htmltab.c +src/lmathtab.c +src/*.o +src/netmud +src/netmud~ +src/info_slave +game/netmush +game/info_slave +game/mush.cnf +game/mush.cnf.bak +game/alias.cnf +game/names.cnf +game/restrict.cnf +game/core +game/reboot.db +game/restart +game/data/chunkswap +game/data/flagdb +game/data/flagdb.* +game/data/maildb +game/data/maildb.* +game/data/outdb +game/data/outdb.* +game/data/PANIC.db +game/log/*.log +game/txt/compose.sh +game/txt/connect.txt +game/txt/events.txt +game/txt/evt/index.evt +game/txt/help.txt +game/txt/hlp/index.hlp +game/txt/news.txt +game/txt/nws/index.nws +game/txt/changes.txt -- 2.30.2