diff --git a/C.gitignore b/C.gitignore new file mode 100644 index 00000000..6ca7021a --- /dev/null +++ b/C.gitignore @@ -0,0 +1,14 @@ +# Object files +*.o + +# Libraries +*.lib + +# Shared objects (inc. Windows DLLs) +*.dll +*.so + +# Executables +*.exe +*.out +