1# -------- C++ -------- 2# Prerequisites 3*.d 4 5# Compiled Object files 6*.slo 7*.lo 8*.o 9*.obj 10 11# Precompiled Headers 12*.gch 13*.pch 14 15# Compiled Dynamic libraries 16*.so 17*.so.* 18*.dylib 19*.dll 20 21# Fortran module files 22*.mod 23*.smod 24 25# Compiled Static libraries 26*.lai 27*.la 28*.a 29*.lib 30 31# Executables 32*.exe 33*.out 34*.app 35 36# -------- CMake -------- 37CMakeCache.txt 38CMakeFiles 39CMakeScripts 40Testing 41Makefile 42cmake_install.cmake 43install_manifest.txt 44compile_commands.json 45CTestTestfile.cmake 46build/* 47 48# -------- Python -------- 49__pycache__/ 50*.py[cod] 51*$py.class 52 53# -------- IDE -------- 54.vscode/* 55.vs/* 56out/* 57CMakeSettings.json 58 59# -------- CTags -------- 60.tags 61.ctags 62 63