2
Fork 0

Added files

This commit is contained in:
Willem Cazander 2020-12-23 17:23:19 +01:00
parent 4c491648e0
commit 490137aa33
3 changed files with 113 additions and 1 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