Skip to content

Commit

Permalink
Git: ignore various generated and temporary files
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Jul 7, 2024
1 parent 62e9c1f commit 408cc7d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ var/
*.egg
build-deb/
_version.py
venv*/

# macOS caches
.DS_Store

# PyInstaller
# Usually these files are written by a python script from a template
Expand All @@ -48,6 +52,7 @@ nosetests.xml
coverage.xml
*,cover
.hypothesis/
default.profraw

# Translations
*.mo
Expand All @@ -57,7 +62,7 @@ coverage.xml
*.log

# Sphinx documentation
docs/_build/
doc/_build/

# PyBuilder
target/
Expand All @@ -73,3 +78,6 @@ target/

*.kdev4
*.kate-swp

# Various temporary files.
**/*.swp

0 comments on commit 408cc7d

Please sign in to comment.