mirror of
https://codeberg.org/armin/beamgrid.git
synced 2026-09-01 12:20:47 +02:00
add LICENSE, update README, update source
This commit is contained in:
parent
6ab142e450
commit
e0177ed26f
9 changed files with 395 additions and 53 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,4 +1,18 @@
|
|||
# Prerequisites
|
||||
build/
|
||||
*.o
|
||||
*.obj
|
||||
.DS_Store
|
||||
|
||||
# Vim swap / undo files
|
||||
*.swp
|
||||
*.swo
|
||||
*.sw?
|
||||
*.un~
|
||||
*~
|
||||
.*.swp
|
||||
.*.swo
|
||||
|
||||
# Krita autosave / backup files
|
||||
*.kra~
|
||||
*.kra.autosave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue