OpenBK7231T_App/.gitignore
Indu Prakash 28af05268d
Win32 app / optional port (#609)
* Ignore libs_for_simulator content

* Accept command line optional port

* Fixed order of buttons

* Adjusted argv parsing

* Changed output assembly to openBeken_win32

* Automatically load the last project
2023-01-22 19:25:50 +01:00

15 lines
131 B
Plaintext

output/**
**/*.o
**/*.obj
*.idb
*.exe
*.pdb
*.ncb
*.bak
**/*.d
/custom.mk
/.vs
.vscode
node_modules
Debug*/**
libs_for_simulator/**