libopkg: remove GPG support
[oweals/opkg-lede.git] / .gitignore
index b096d1fe2e82325eb56204774f21e5683f8ee467..cb263914aff15050f79a74056f041613d1eda713 100644 (file)
@@ -8,11 +8,13 @@
 *.mergebackup
 *.[oa]
 *~
+*.*.swp
 
 Makefile
 Makefile.in
 # o_0
 Makefile.in.in
+!tests/regress/Makefile
 
 # The local aclocal.m4 file
 aclocal.m4
@@ -59,3 +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