.hgignore korrigiert

main
Christoph Giess 2023-01-18 08:33:17 +01:00
parent 562c5c1b83
commit c0e0fecee9
2 changed files with 44 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# ### Project specific ### # ### Project specific ###
syntax: regexp syntax: regexp
.git/ .git/
privat/
# ### Project independed ### # ### Project independed ###
syntax: glob syntax: glob

View File

@ -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