From b1f21e5002744429c8ecabf20e7d98dbfb1a7476 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 13 May 2017 09:49:18 +0200 Subject: [PATCH] add the org-mode auto folders to the gitignore file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 02d5dcb..0b79339 100644 --- a/.gitignore +++ b/.gitignore @@ -588,3 +588,6 @@ docs/_build/ # PyBuilder target/ + +# org-mode compile files +**/auto \ No newline at end of file