From 2ed56fa6ba1c965c38723ec0ad4232e2c60e7208 Mon Sep 17 00:00:00 2001 From: Heikki Hannikainen Date: Tue, 18 Sep 2012 12:50:55 +0300 Subject: [PATCH] Added .gitignore files --- .gitignore | 17 +++++++++++++++++ src/.gitignore | 11 +++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .gitignore create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..35826ce --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Backups +*~ + +# Object files +*.o +*.d + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..a98574c --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,11 @@ +# Build products +aprsc +aprsc.8 +version_data.h + +# configure products +Makefile +ac-hdrs.h +config.log +config.status +