diff --git a/.gitignore b/.gitignore index 5607c12..85143d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ # Ignore C exutable files and C libraries -* -!*.* +** +!**.* /MISAKA.c