diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..84425f9751 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +## +# @brief .gitignore list + +# ignore cmake build directory +/build + +# ignore golden test generated files +/tests/*/*.log +/tests/*/*.golden +/tests/*/*.png + +# vi files +*.h~ +*.c~ +*.swp + +# binary files +*.so +*.o +*.a + +# CTag +/tags