Add a .gitignore file
1 2 3 4 5 6 7 8 9 10
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb269d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.lo +*.o +*.so* +*.a