From 678ca78131eef2a3278749279a30e53aee7abaa1 Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Sun, 23 Jun 2024 07:20:52 -0500 Subject: [PATCH] Added Git ignore file Note this probably isn't an all-inclusive list, as I still have yet to autoreconfig to working "./configure" glory. More patches incoming... --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c902cf --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Mac drippings +.DS_Store + +# Autotools +Makefile +configure +*~ +autom4te.cache +confdefs.h +config.log +config.cache +config.h.in + +# Vim +*.swp +*.swo +Session.vim