From 4870d93bb59275b809b023f4b2e62a283f75a7ad Mon Sep 17 00:00:00 2001 From: Cory Date: Thu, 28 Sep 2023 15:23:37 +0200 Subject: [PATCH] Create initial .gitignore --- .gitignore | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7549ca4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +# 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 + +# Latex +*.aux +*.log +*.out +*.bib +*.synctex.gz +*.bbl + +# C++ specifics +src/* +!src/Makefile +!src/*.cpp +!src/*.hpp +!src/*.py +!src/Doxyfile