From dd44df24524a4861379415ff10c8f6d11eb9bbcd Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Fri, 1 Dec 2023 09:22:40 +0100 Subject: chore: update .gitignore --- .gitignore | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ec9eb79..7f47506 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,39 @@ -# Created by https://www.toptal.com/developers/gitignore/api/linux,vim,rust -# Edit at https://www.toptal.com/developers/gitignore?templates=linux,vim,rust +# Created by https://www.toptal.com/developers/gitignore/api/vim,linux,c++,rust +# Edit at https://www.toptal.com/developers/gitignore?templates=vim,linux,c++,rust + +### C++ ### +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# 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 ### Linux ### *~ @@ -52,4 +86,4 @@ tags # Persistent undo [._]*.un~ -# End of https://www.toptal.com/developers/gitignore/api/linux,vim,rust +# End of https://www.toptal.com/developers/gitignore/api/vim,linux,c++,rust -- cgit v1.2.3