diff --git a/c/.gitignore b/c/.gitignore index fa92975..4e30b08 100644 --- a/c/.gitignore +++ b/c/.gitignore @@ -1 +1,5 @@ -*.out \ No newline at end of file +* +!/**/ +!*.* +*.out +*.o