gitignore

This commit is contained in:
root 2025-05-04 11:12:39 +00:00
commit f15e3f33c2

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
# ignore all files
*
# except files with extensions
!*.*
# except except these files
*.o