From 1d13c3b5801a34ca15ba892df2da3936f56adab9 Mon Sep 17 00:00:00 2001 From: Gabriel Almir Date: Mon, 11 Jan 2021 11:22:12 -0300 Subject: [PATCH] Add Gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec1d7c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Ignore Dynamic Linker +.var/app/org.gimp.GIMP/.ld.so + +# Ignore Personal GIMP Files +.var/app/org.gimp.GIMP/data +.var/app/org.gimp.GIMP/current \ No newline at end of file