From 60183a3690d7073e719c574d3ce6726e4c361951 Mon Sep 17 00:00:00 2001 From: Willem Date: Fri, 1 May 2020 03:57:54 +0200 Subject: [PATCH] Added gitignore --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bab595b --- /dev/null +++ b/.gitignore @@ -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