Skip to content

Commit

Permalink
Merge pull request #137 from Bram-Hub/native-binary-windows
Browse files Browse the repository at this point in the history
Native Binary for Windows Generator
  • Loading branch information
charlestian23 authored Aug 17, 2022
2 parents 86c64c4 + f31f5ab commit fa4b774
Show file tree
Hide file tree
Showing 531 changed files with 933 additions and 9,331 deletions.
24 changes: 7 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Created by https://www.toptal.com/developers/gitignore/api/intellij+all,gradle,java
# Edit at https://www.toptal.com/developers/gitignore?templates=intellij+all,gradle,java

### Intellij+all ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
Expand Down Expand Up @@ -31,19 +28,6 @@
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/

Expand All @@ -53,8 +37,14 @@ cmake-build-*/
# File-based project format
*.iws

# IntelliJ
# Development builds
out/
build/
bin/

# Native files generated on build, not needed in git
native/windows/lib
native/windows/bin/*

# mpeltonen/sbt-idea plugin
.idea_modules/
Expand Down
3 changes: 0 additions & 3 deletions bin/main/edu/.idea/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions bin/main/edu/.idea/edu.iml

This file was deleted.

6 changes: 0 additions & 6 deletions bin/main/edu/.idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions bin/main/edu/.idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions bin/main/edu/.idea/vcs.xml

This file was deleted.

62 changes: 0 additions & 62 deletions bin/main/edu/build.gradle

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit fa4b774

Please sign in to comment.