First cut of an simple install system that can support many languages for people starting out on Windows.

master
Zed A. Shaw 2 months ago
commit 642389d850
  1. 10
      .gitignore
  2. BIN
      base.ps1
  3. BIN
      cpp.ps1
  4. BIN
      python.ps1

10
.gitignore vendored

@ -0,0 +1,10 @@
.*.sw*
.DS_Store
*.sqlite3
*.sqlite3-wal
*.sqlite3-shm
debug
coverage/
.coverage
builddir
subprojects

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save