Added gitignore

This commit is contained in:
Willem Cazander 2020-05-01 03:57:54 +02:00
parent de71597d69
commit 60183a3690
1 changed files with 38 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@ -0,0 +1,38 @@
syntax: glob
# Project ignores
bin
bin/**
# 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