From 977fe837dcbe6a63317f5f0ccd720252b6ac5b5c Mon Sep 17 00:00:00 2001 From: Willem Cazander Date: Fri, 28 Jan 2022 09:52:20 +0100 Subject: [PATCH] Added .gitignore --- .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..22184c8e --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# +# Ignore files in the demo4D project. +# + +# Ignore project resources +# none yet + +# Ignore gradle work folder +.gradle + +# Ignore binary files and formats +*.o +*.class +*.old +*.bak +*.backup +*.dat +*.data +*.gif +*.bmp +*.pdf +*.doc +*.zip +*.gz +*.db +*.ini + +# Ignore ~ backup files. +*~ + +# Ignore some eclipse files +.settings +.classpath + +# Ignore netbeans directory +nbproject + +# Ignore mac finder files +.DS_Store + +# Ignore windows files. +# none (done by .db and .ini) + +# Ignore kde dolphin files +.directory