Fix: return an integer as timestamp from parse_trace_collection_date
[deliverable/lttng-analyses.git] / .gitignore
index 32e2a8dc40efa9c7b53e7121714c127ccb53a30a..ef34be31de925b04be2b974ecda02a1f02641bd6 100644 (file)
@@ -1,10 +1,46 @@
-__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
 *~
 \#*\#
 .\#*
 tags
 *.swp
-build/
-dist/
-*.egg-info/
This page took 0.024323 seconds and 5 git commands to generate.