Unfinished Wayland PR #1
1 changed files with 10 additions and 6 deletions
merge gitignore
commit
61d8a72026
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -1,10 +1,14 @@
|
||||||
|
examples/*
|
||||||
|
examples/*.exe
|
||||||
|
examples/*/*
|
||||||
|
examples/*/*.exe
|
||||||
|
!examples/*/
|
||||||
|
!examples/*.*
|
||||||
|
!examples/*/*.*
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
*.dll
|
*.dll
|
||||||
examples/*.exe
|
*.lib
|
||||||
examples/*/*
|
|
||||||
!examples/*/*.c
|
|
||||||
!examples/*/*.spv
|
|
||||||
compile_flags.txt
|
|
||||||
*.a
|
*.a
|
||||||
Makefile
|
/Makefile
|
||||||
|
compile_flags.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue