From 2d6b90df351156ed9208a8e5a850ea691dc3c29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 8 Oct 2020 07:19:40 +0200 Subject: gitignore: expand --- gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gitignore b/gitignore index 71f7d34..6060c45 100644 --- a/gitignore +++ b/gitignore @@ -1,4 +1,17 @@ +# Ignore original and rejected files in general +*.orig +*.rej + +# Ignore patches in top level directory (common place where I generate them) +/*.patch + +# Ignore backup files in general +*~ + # C development .gdbinit .ccls-cache/ compile_commands.json + +# Common python environment directory +/env -- cgit v1.2.3