Skip to content
Snippets Groups Projects
Commit f7d5e9b3 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

Updated .gitignore with latest all-powerful gitignore exclusions

parent d9bd2beb
Branches
No related tags found
No related merge requests found
......@@ -28,6 +28,8 @@ ethumbs.db
[Aa]32
[Tt]32
[Aa]64
[Aa]rch32
[Aa]rch64
*.tmp
*.bak
*.bk
......@@ -56,10 +58,19 @@ javadoc/
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# Python files
*.pyc
*.pyo
__pycache__/
# Swift files
*.hmap
......@@ -73,6 +84,7 @@ cmake-build-*/
*.iml
*.iws
*.ipr
venv/
# Eclipse files
.settings/
......@@ -80,6 +92,7 @@ cmake-build-*/
.classpath
.buildpath
.loadpath
.factorypath
local.properties
# Visual Studio / VS Code files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment