diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2950583 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a + +*.pyc +*.pyo +*.log