Fix: check for current_task_start_ts, not last_sched_ts, in cputop
[deliverable/lttng-analyses.git] / .gitignore
index 113db18a301a7fcfcd70f8eb67386cebbcd897dc..ef34be31de925b04be2b974ecda02a1f02641bd6 100644 (file)
@@ -1,4 +1,43 @@
-__pycache__
+# Backup files
+*.~
+
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+
+# Distribution / packaging
+bin/
+build/
+develop-eggs/
+dist/
+eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+*.egg-info/
+.installed.cfg
+*.egg
+MANIFEST
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+.tox/
+.coverage
+.cache
+nosetests.xml
+coverage.xml
+
+# Translations
+*.mo
+
+# Sphinx documentation
+docs/_build/
+
 proc.db
 *~
 \#*\#
This page took 0.02359 seconds and 5 git commands to generate.