From 27ec6108ead361690b0a2b106b8829a5987407ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 7 Mar 2017 16:17:47 +0100 Subject: [PATCH] Add / update .gitignore throughout the tree. --- .gitignore | 1 + bin/otpkey/.gitignore | 1 + include/.gitignore | 3 +++ libexec/login_otp/.gitignore | 1 + m4/.gitignore | 5 +++++ sbin/otpradiusd/.gitignore | 1 + 6 files changed, 12 insertions(+) create mode 100644 bin/otpkey/.gitignore create mode 100644 include/.gitignore create mode 100644 libexec/login_otp/.gitignore create mode 100644 m4/.gitignore create mode 100644 sbin/otpradiusd/.gitignore diff --git a/.gitignore b/.gitignore index d45a0a1..36b52af 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ *.la *.lo *.log +*.pc *.o *.trs Makefile diff --git a/bin/otpkey/.gitignore b/bin/otpkey/.gitignore new file mode 100644 index 0000000..d28e853 --- /dev/null +++ b/bin/otpkey/.gitignore @@ -0,0 +1 @@ +/otpkey diff --git a/include/.gitignore b/include/.gitignore new file mode 100644 index 0000000..3eee614 --- /dev/null +++ b/include/.gitignore @@ -0,0 +1,3 @@ +/config.h +/config.h.in +/stamp-h1 diff --git a/libexec/login_otp/.gitignore b/libexec/login_otp/.gitignore new file mode 100644 index 0000000..7295775 --- /dev/null +++ b/libexec/login_otp/.gitignore @@ -0,0 +1 @@ +/login_otp diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..764b428 --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,5 @@ +/libtool.m4 +/lt~obsolete.m4 +/ltoptions.m4 +/ltsugar.m4 +/ltversion.m4 diff --git a/sbin/otpradiusd/.gitignore b/sbin/otpradiusd/.gitignore new file mode 100644 index 0000000..67ddc8e --- /dev/null +++ b/sbin/otpradiusd/.gitignore @@ -0,0 +1 @@ +/otpradiusd