Add a few files to be ignored..

This commit is contained in:
Dirk Wetter 2022-05-31 20:26:03 +02:00
parent 6ac9c59135
commit 95b687b0a9

8
.gitignore vendored
View File

@ -1,4 +1,6 @@
.DS_Store .DS_Store
._.DS_Store
.idea
tmp.json tmp.json
*.bak *.bak
*.json *.json
@ -6,3 +8,9 @@ tmp.json
*.log *.log
*.xml *.xml
*.iml *.iml
*.swp
*.orig
*.rej
*.asc
*.diff
*.patch