Skip to content

Commit

Permalink
Cleanup .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Nov 25, 2023
1 parent 6988be3 commit 73fae91
Showing 1 changed file with 13 additions and 26 deletions.
39 changes: 13 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,24 @@
*.a
*.so*
*.xcodeproj
*~
.vscode/
.vs/

*.iml
.idea/
.externalNativeBuild/
.gradle/
gradle/
gradlew*
local.properties
build/
support/.cxx

bin/
/_CPack_Packages
/CMakeScripts
/Testing
/_CPack_Packages
/doc/doxyxml
/doc/html
/doc/node_modules
virtualenv
/Testing
/install_manifest.txt
*~
*.a
*.so*
*.xcodeproj
*.zip
cmake_install.cmake
CPack*.cmake
fmt-*.cmake
CTestTestfile.cmake
CMakeCache.txt
CMakeFiles
CPack*.cmake
CTestTestfile.cmake
FMT.build
Makefile
run-msbuild.bat
bin/
build/
cmake_install.cmake
fmt-*.cmake
fmt.pc
virtualenv

0 comments on commit 73fae91

Please sign in to comment.