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 +