aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-27 23:28:01 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-27 23:28:01 +0100
commit24edcbeaed866a3b4b9337aeb5dbaa8b05161f0f (patch)
tree50aebd255538dff73e65af062b6303c488fdf02e /.gitignore
parent0b16ac19879a49acfe777a922dff182e18574442 (diff)
downloadghdl-24edcbeaed866a3b4b9337aeb5dbaa8b05161f0f.tar.gz
ghdl-24edcbeaed866a3b4b9337aeb5dbaa8b05161f0f.tar.bz2
ghdl-24edcbeaed866a3b4b9337aeb5dbaa8b05161f0f.zip
Reorganized gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore42
1 files changed, 33 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 897fd0904..2a290d646 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,8 @@
+# Ada outputs
*~
*.ali
*.o
b~*.ad?
-*.v87
-*.v93
-*.v08
-*.cf
-.gdb_history
-*.pyc
-
-testsuite/get_entities
# Generated files on windows.
/build/
@@ -19,7 +12,6 @@ testsuite/get_entities
# Generated files on Linux
config.status
default_paths.ads
-doc/_build/
elf_arch.ads
ghdl1-*
ghdl.gpr
@@ -44,3 +36,35 @@ run-bind.ads
src/version.ads
version.ads
version.tmp
+
+# GDB outputs
+.gdb_history
+
+# GHDL outputs
+*.v87
+*.v93
+*.v08
+*.cf
+
+# GHDLs testsuite
+testsuite/get_entities
+
+# Python cache and object files
+__pycache__/
+*.py[cod]
+
+# Python installation packages
+dist/
+
+# Coverage.py
+.coverage
+.cov
+coverage.xml
+
+# Sphinx
+doc/_build/
+doc/pyGHDL/**/*.*
+!doc/pyGHDL/index.rst
+
+# IntelliJ project files
+/.idea/workspace.xml