X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=.gitignore;h=cb263914aff15050f79a74056f041613d1eda713;hp=f3a60ef8884978108b52cd8e54ddefb3f0518b56;hb=d1fe095d2c1463ca1e945028b15f57a256070a06;hpb=47ba6f710905a4921f61d69b5c3e3ab22b72ad27 diff --git a/.gitignore b/.gitignore index f3a60ef..cb26391 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ Makefile Makefile.in # o_0 Makefile.in.in +!tests/regress/Makefile # The local aclocal.m4 file aclocal.m4 @@ -60,6 +61,22 @@ autom4te.cache/ .deps/ src/opkg-cl tests/libopkg_test +tests/opkg_active_list_test +tests/opkg_extract_test +tests/opkg_hash_test # Man pages man/*.1 + +# CMake artifacts +CMakeCache.txt +CMakeFiles/ +cmake_install.cmake +libbb/CMakeFiles/ +libbb/cmake_install.cmake +libopkg/CMakeFiles/ +libopkg/cmake_install.cmake +src/CMakeFiles/ +src/cmake_install.cmake +tests/CMakeFiles/ +tests/cmake_install.cmake