From 4bcfb241a6a66633138c35ad047a2f84368fcea1 Mon Sep 17 00:00:00 2001 From: Leverington Date: Mon, 25 Jan 2021 12:04:43 +0100 Subject: [PATCH] Add new file .gitignore --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82e2d2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# Prerequisites +*.d + +# my files +*.root +*.*~ + +# Compiled Object files +*.slo +*.lo +*.o +*.obj +*.so +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app