Added gitignore

This commit is contained in:
Willem Cazander 2020-12-23 18:55:12 +01:00
parent debcae5fc1
commit 0ce07185af

40
.gitignore vendored Normal file
View file

@ -0,0 +1,40 @@
syntax: glob
# Project ignores
bin
bin/**
.cargo
Makelocal.mk
# Makefile ignores
Makelocal.mk
# File ignores
*.log
*.bak
*.zip
*.tar.gz
# Ignore some eclipse files
.settings
.project
# Ignore visual studio files
.vs/
# Ignore intellij files
*.iml
.idea
# Ignore netbeans directory
nbproject
# Ignore mac finder files
.DS_Store
# Ignore windows files.
Thumbs.db
Desktop.ini
# Ignore kde dolphin files
.directory