.gitignore: simplify
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 14:08:37 +0000 (10:08 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 14:09:29 +0000 (10:09 -0400)
This patch removes lines from the root `.gitignore` file which were
useless for the barectf project.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
.gitignore

index 29f7ba168d326be4b29155d0dbffca7148b0e999..8f0df5e992ec67dedd72507f227c0ee5a56f36d9 100644 (file)
@@ -1,63 +1,19 @@
-# Byte-compiled / optimized / DLL files
+# cache
 __pycache__/
 *.py[cod]
+.*cache/
+.tox/
 
-# C extensions
-*.so
-
-# C objects
+# C objects and libraries
 *.o
+*.a
+*.so
+*.so.*
 
-# Distribution / packaging
-.Python
-env/
-build/
-develop-eggs/
-dist/
-downloads/
-eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
+# distribution/build
+/build/
+/dist/
 *.egg-info/
-.installed.cfg
-*.egg
-
-# PyInstaller
-#  Usually these files are written by a python script from a template
-#  before PyInstaller builds the exe, so as to inject date/other infos into it.
-*.manifest
-*.spec
-
-# Installer logs
-pip-log.txt
-pip-delete-this-directory.txt
-
-# Unit test / coverage reports
-htmlcov/
-.tox/
-.coverage
-.cache
-nosetests.xml
-coverage.xml
-
-# Translations
-*.mo
-*.pot
-
-# Django stuff:
-*.log
-
-# PyBuilder
-target/
-
-# Virtual environment
-virt/
-
-# pytest
-.pytest_cache/
 
 # generated HTML README
 README.html
This page took 0.023877 seconds and 4 git commands to generate.