From 6b72faac4440f5fc90022fca34e8abefea67d53f Mon Sep 17 00:00:00 2001 From: Sebastien BLANCHET Date: Fri, 5 Mar 2021 16:02:24 +0100 Subject: [PATCH] add .gitignore --- .gitignore | 30 ++++++++++++++++++++++++++++++ documentation/.gitignore | 10 ++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .gitignore create mode 100644 documentation/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c829cfb1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +*~ +autoconf +autom4te.cache/ +ChangeLog +config.h +config.h.in +config.log +config.status +configure +.deps +Doxyfile +ethercat.spec +examples/dc_user/ec_dc_user_example +examples/user/ec_user_example +Kbuild +lib/libethercat.la +.libs +libtool +*.lo +*.m4 +mailbox_gateway/ethercat_mbg +Makefile +Makefile.in +master/.dirstamp +*.o +script/ethercatctl +script/ethercat.service +script/init.d/ethercat +stamp-h1 +tool/ethercat diff --git a/documentation/.gitignore b/documentation/.gitignore new file mode 100644 index 00000000..1a8fcc27 --- /dev/null +++ b/documentation/.gitignore @@ -0,0 +1,10 @@ +*.aux +/external +*.idx +*.lof +*.log +*.lot +*.nlo +*.out +*.pdf +*.toc