.gitignore: Add *.o *.so *.a and *~
[adns] / .gitignore
index 439a8fd..f461fb9 100644 (file)
@@ -6,3 +6,7 @@ dist_tmp
 adns-*.tar.gz
 settings.make
 *.tmp*
+*.o
+*.so
+*.a
+*~