From 734df3fd86f3e6d0319b2a78e6c50c53d9b08e83 Mon Sep 17 00:00:00 2001 From: pavlearezina <pavlearezina@outlook.com> Date: Mon, 19 Sep 2016 15:26:06 -0400 Subject: [PATCH] Creating the gitignore file --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e3ac32c --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +# Logs and databases # +###################### +*.log +*.sql +*.sqlite \ No newline at end of file -- GitLab