Doctor releasenotes Fraser 6.2
[doctor.git] / .gitignore
index 33a0451..6fc2562 100644 (file)
@@ -1,5 +1,18 @@
 *~
+*.pyc
 .*.sw?
+**.log
+*.pyc
+/*.egg-info/
+.eggs/
+/build/
 /docs_build/
 /docs_output/
 /releng/
+/tests/*.img
+
+#IntelJ Idea
+.idea/
+
+#Build results
+.tox