Add gitignore

This commit is contained in:
Rodrigo Arias 2021-08-02 20:26:20 +02:00
parent 43950a13f1
commit c8470fd2ea

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
*.o
*.so
*.prv
*.pcf
*.png
*.svg