Cleanup .gitignore

This commit is contained in:
Victor Zverovich 2023-11-25 09:45:38 -08:00
parent 6988be3878
commit 73fae91e64

45
.gitignore vendored
View File

@ -1,37 +1,24 @@
.vscode/
.vs/
*.iml
.idea/
.externalNativeBuild/
.gradle/
gradle/
gradlew*
local.properties
build/
support/.cxx
bin/
/_CPack_Packages
/CMakeScripts
/doc/doxyxml
/doc/html
/doc/node_modules
virtualenv
/Testing
/install_manifest.txt
*~
*.a *.a
*.so* *.so*
*.xcodeproj *.xcodeproj
*.zip *~
cmake_install.cmake .vscode/
CPack*.cmake /CMakeScripts
fmt-*.cmake /Testing
CTestTestfile.cmake /_CPack_Packages
/doc/doxyxml
/doc/html
/doc/node_modules
/install_manifest.txt
CMakeCache.txt CMakeCache.txt
CMakeFiles CMakeFiles
CPack*.cmake
CTestTestfile.cmake
FMT.build FMT.build
Makefile Makefile
run-msbuild.bat bin/
build/
cmake_install.cmake
fmt-*.cmake
fmt.pc fmt.pc
virtualenv