diff --git a/.gitignore b/.gitignore index be41e73..8b13789 100644 --- a/.gitignore +++ b/.gitignore @@ -1,53 +1 @@ -# Prerequisites -*.d -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.dylib -*.dll - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app - -# Vim tmp files -*.swp - -# Test build artefacts -test/CMakeCache.txt -test/Makefile -test/CMakeFiles/ -test/cmake_install.cmake - -# Documentation build artefacts -docs/CMakeCache.txt -docs/xml/ -docs/build/ - -# Build directory -build/ - -# generated kernel specs -/share/jupyter/kernels/xcpp11/kernel.json -/share/jupyter/kernels/xcpp14/kernel.json -/share/jupyter/kernels/xcpp17/kernel.json - -# Jupyter artefacts -.ipynb_checkpoints/