# Target dst !*/**/dst /build /Build /Release /Debug /Emscripten /src/include/generated/*.h # Generated files *.gen.h *.gen.c # Generate test files *.out # Tools xxd # VSCode .vs # Swap files *.swp # Tags tags # Valgrind files vgcore.* # Created by https://www.gitignore.io/api/c ### C ### # Prerequisites *.d # Object files *.o *.ko *.obj *.elf # Linker output *.ilk *.map *.exp # Precompiled Headers *.gch *.pch # Libraries *.lib *.a *.la *.lo # Shared objects (inc. Windows DLLs) *.dll *.so *.so.* *.dylib # Executables *.exe *.out *.app *.i*86 *.x86_64 *.hex # Debug files *.dSYM/ *.su *.idb *.pdb # Kernel Module Compile Results *.mod* *.cmd modules.order Module.symvers Mkfile.old dkms.conf # End of https://www.gitignore.io/api/c # Created by https://www.gitignore.io/api/cmake ### CMake ### CMakeCache.txt CMakeFiles CMakeScripts Testing cmake_install.cmake install_manifest.txt compile_commands.json CTestTestfile.cmake # End of https://www.gitignore.io/api/cmake