Add gitignore
This commit is contained in:
parent
43950a13f1
commit
c8470fd2ea
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# Ignore all
|
||||
*
|
||||
|
||||
# Unignore all with extensions
|
||||
!*.*
|
||||
|
||||
# Unignore all dirs
|
||||
!*/
|
||||
|
||||
*.o
|
||||
*.so
|
||||
*.prv
|
||||
*.pcf
|
||||
*.png
|
||||
*.svg
|
Loading…
Reference in New Issue
Block a user