From 23ff71d1709d4d564e1b8d86e0c8486722310dd3 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Thu, 17 Nov 2022 08:59:16 -0600 Subject: Initial commit Signed-off-by: Danny Holman --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dcbc549 --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# Normal rules +.* +*.a +*.bin +*.bz2 +*.c.* +*.d +*.dwo +*.elf +*.gz +*.i +*.in +*.in~ +*.ll +*.lst +*.lzma +*.lzo +*.o +*.patch +*.so +*.tar +*.xz +*.zst + +# Top-level files +server/mratd +client/mrat-client + +# Autotools leavings +autom4te.cache +aclocal.m4 +build-aux +compile +configure +configure~ +config.log +config.status +depcomp +include/config.h +include/stamp-h1 +install-sh +Makefile +missing + +# Don't ignore these +!.gitattributes +!.gitignore + +# ctags/cscope files +cscope.* +ncscope.* +tags +TAGS -- cgit v1.2.3