Ignore more generated files: seedfile, apidoc
diff --git a/.gitignore b/.gitignore
index e135143..789f57e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# Random seed file created by test scripts and sample programs
+seedfile
+
 # CMake build artifacts:
 CMakeCache.txt
 CMakeFiles
@@ -28,6 +31,8 @@
 # Python build artifacts:
 *.pyc
 
+# Generated documentation:
+/apidoc
 
 # Editor navigation files:
 /GPATH