Otherwise "git status" is a pain. Signed-off-by: Angus Salkeld <[email protected]> --- .gitignore | 19 +++++++++++++++++++ cts/.gitignore | 2 ++ exec/.gitignore | 1 + include/corosync/.gitignore | 3 +++ init/.gitignore | 1 + lcr/.gitignore | 3 +++ man/.gitignore | 1 + pkgconfig/.gitignore | 1 + test/.gitignore | 20 ++++++++++++++++++++ tools/.gitignore | 7 +++++++ 10 files changed, 58 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 cts/.gitignore create mode 100644 exec/.gitignore create mode 100644 include/corosync/.gitignore create mode 100644 init/.gitignore create mode 100644 lcr/.gitignore create mode 100644 man/.gitignore create mode 100644 pkgconfig/.gitignore create mode 100644 test/.gitignore create mode 100644 tools/.gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d853a2a --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +*.o +*.a +*.lcrso +*.so* +.deps +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.guess +config.log +config.status +config.sub +configure +depcomp +install-sh +missing +tags +ID diff --git a/cts/.gitignore b/cts/.gitignore new file mode 100644 index 0000000..6f99c8f --- /dev/null +++ b/cts/.gitignore @@ -0,0 +1,2 @@ +CTSvars.py +*_test_agent diff --git a/exec/.gitignore b/exec/.gitignore new file mode 100644 index 0000000..d746f18 --- /dev/null +++ b/exec/.gitignore @@ -0,0 +1 @@ +corosync diff --git a/include/corosync/.gitignore b/include/corosync/.gitignore new file mode 100644 index 0000000..7c9b0fc --- /dev/null +++ b/include/corosync/.gitignore @@ -0,0 +1,3 @@ +config.h* +cs_config.h +stamp-* diff --git a/init/.gitignore b/init/.gitignore new file mode 100644 index 0000000..6ab3892 --- /dev/null +++ b/init/.gitignore @@ -0,0 +1 @@ +generic diff --git a/lcr/.gitignore b/lcr/.gitignore new file mode 100644 index 0000000..aafc88c --- /dev/null +++ b/lcr/.gitignore @@ -0,0 +1,3 @@ +test +test_static +uic diff --git a/man/.gitignore b/man/.gitignore new file mode 100644 index 0000000..2d19fc7 --- /dev/null +++ b/man/.gitignore @@ -0,0 +1 @@ +*.html diff --git a/pkgconfig/.gitignore b/pkgconfig/.gitignore new file mode 100644 index 0000000..6fd0ef0 --- /dev/null +++ b/pkgconfig/.gitignore @@ -0,0 +1 @@ +*.pc diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000..f5a7b95 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,20 @@ +cpgbench +cpgbound +cpgverify +evsbench +evsverify +logsys_s +logsys_t1 +logsys_t2 +logsysbench +logsysrec +stress_cpgcontext +stress_cpgfdget +testconfdb +testcpg +testcpg2 +testevs +testquorum +testsam +testvotequorum1 +testvotequorum2 diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 0000000..aa2eb2e --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,7 @@ +corosync-cfgtool +corosync-cpgtool +corosync-fplay +corosync-keygen +corosync-objctl +corosync-pload +corosync-quorumtool -- 1.7.2.3 _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
