From 562c5c1b830766d6fa167fa196790d31a6d6c26f Mon Sep 17 00:00:00 2001 From: Christoph Giess Date: Tue, 17 Jan 2023 21:14:04 +0100 Subject: [PATCH] =?UTF-8?q?.hgignore=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hgignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..f61d59e --- /dev/null +++ b/.hgignore @@ -0,0 +1,29 @@ +# ### Project specific ### +syntax: regexp +.git/ + +# ### Project independed ### +syntax: glob + +# Mercurial +*.orig + +# Maven +release.properties +target/ + +# IntelliJ IDEA +.idea/ +*.iml + +# Temporary files used by the vim editor. +.*.swp +# Backup files left behind by the Emacs editor. +*~ +# Lock files used by the Emacs editor. +.\#* + +# Random OS stuff +.DS_Store +Thumbs.db +