syntax: glob # Temporary, cache, swap files \#\#* *.swp *.bkp # Files which "ask" to be hidden *~ .* !.github unused/ # Build artifacts *.a *.o *.so* bin/* lib/* build/* install_manifest.txt # Core dumps core core.* # CMake & CTest CMakeCache.txt CMakeFiles/* cmake_install.cmake CMakeScripts/* CMakeTmp/* CPack*.cmake Makefile CTestTestfile.cmake /_CPack_Packages /CMakeScripts # Eclise IDE .project .cproject .settings # CLion IDE .idea/ cmake-build-*/ # Visual Studio Code IDE .vscode/ .vs/ # Android Studio, Gradle build system etc. .gradle/ gradle/ gradlew* .externalNativeBuild/ local.properties *.iml # XCode *.xcodeproj # Patching *.diff *.rej *.orig # Files/folders downloaded from other repositories as part of the build external/* third-party/* # Generated by Doxygen doxygen.log Doxyfile docs/ /doc/doxyxml /doc/html /docs/node_modules /docs/doxyxml /docs/html /docs/node_modules # Archives *.zip *.gz *.bz2 *.tgz *.tar *.xz # Miscellaneous tags log *.log *.v3breakpoints gmon.out .DS_Store run-msbuild.bat virtualenv