From 41798c010f8fc1af85127b7532d944ba726946df Mon Sep 17 00:00:00 2001 From: Willem Date: Sat, 24 Aug 2024 11:58:46 +0200 Subject: [PATCH] Added default ignore file. --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..415ce4f --- /dev/null +++ b/.gitignore @@ -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