mirror of
https://github.com/drasko/open-ameba.git
synced 2026-07-04 10:25:41 +00:00
Make some order. Remove JLink.
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
parent
6929af3ee0
commit
f39d1809c3
34 changed files with 74 additions and 1509 deletions
26
.gitignore
vendored
26
.gitignore
vendored
|
|
@ -1,2 +1,24 @@
|
|||
/AutoMake/
|
||||
/build/obj/
|
||||
# Dependency directory
|
||||
# Deployed apps should consider commenting this line out:
|
||||
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
||||
node_modules
|
||||
|
||||
# Visual Studio files
|
||||
*.sln
|
||||
*.njsproj
|
||||
|
||||
# Vim files
|
||||
# swap
|
||||
[._]*.s[a-w][a-z]
|
||||
[._]s[a-w][a-z]
|
||||
# session
|
||||
Session.vim
|
||||
# temporary
|
||||
.netrwhist
|
||||
*~
|
||||
|
||||
# auto-generated tag files
|
||||
tags
|
||||
|
||||
# Binary
|
||||
build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue