Added default ignore file.

This commit is contained in:
Willem Cazander 2024-08-24 11:58:46 +02:00
parent 4c9777e394
commit 41798c010f

35
.gitignore vendored Normal file
View file

@ -0,0 +1,35 @@
syntax: glob
# Project ignores
Makelocal.mk
bin
bin/**
# File ignores
*.log
*.bak
*.zip
*.tar.gz
# Ignore some eclipse files
.settings
# 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