From bded83df3bba63ea6336eeec7191eced23c26653 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Tue, 16 Mar 2021 20:27:41 +0100 Subject: Facilitate building and checking * .github/workflows/test.yml: new file. Make GitHub Actions check each PR. * Makefile: new file. Use makel to simplify checking of the project quality. * .gitignore: new file. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2af3083 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.elc +*~ +nroam-autoloads.el +/makel.mk -- cgit v1.2.3-54-g00ecf