From d88a0cedc481d27fd596962f404c767215af2e00 Mon Sep 17 00:00:00 2001 From: Christoph Giess Date: Wed, 18 Jan 2023 09:25:03 +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 | 30 +++++++++++++++++++++++++++++ jupyter_book/.hgignore | 43 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 .hgignore create mode 100644 jupyter_book/.hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..dc4a0cc --- /dev/null +++ b/.hgignore @@ -0,0 +1,30 @@ +# ### Project specific ### +syntax: regexp +.git/ +privat/ + +# ### 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 + diff --git a/jupyter_book/.hgignore b/jupyter_book/.hgignore new file mode 100644 index 0000000..a27ff01 --- /dev/null +++ b/jupyter_book/.hgignore @@ -0,0 +1,43 @@ +syntax: glob + +# ### Project specific ### +.ipynb_checkpoints/ +_build/ + +# ### Project independed ### + +# Mercurial +*.orig + +# Maven +release.properties +target/ + +# IntelliJ IDEA +.idea/ +*.iml + +# Eclipse +.settings/*.** +.classpath +.project + +# Netbeans +nb-configuration.xml +nbactions.xml +nbproject + +# VisualStudio Code +.vscode/ + +# 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 +