From d866c8749a4b29e37e9e1dca6dad1b3fa92babf0 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Tue, 28 Dec 2021 16:23:11 +0530 Subject: Ignore compilation artifacts Improve the gitignore list to ignore auto-generated / compilation artifacts. Relates to #62 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e4d8547..77714d5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,7 @@ test/test.log test/test.out test/test.upa test/test.upb +*.elc +/lisp/pdf-tools-autoloads.el +/pdf-tools-autoloads.el +/pdf-tools-pkg.el -- cgit v1.0