Skip to content

Commit

Permalink
add premake
Browse files Browse the repository at this point in the history
  • Loading branch information
happymonkey1 committed Apr 6, 2024
1 parent 7d91b64 commit ee5fd85
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
bin/
bin-int/

*.vcxproj
*.vcxproj.*

.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
*.so*
*.xcodeproj
Expand Down

0 comments on commit ee5fd85

Please sign in to comment.