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
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ ethumbs.db ...@@ -28,6 +28,8 @@ ethumbs.db
[Aa]32 [Aa]32
[Tt]32 [Tt]32
[Aa]64 [Aa]64
[Aa]rch32
[Aa]rch64
*.tmp *.tmp
*.bak *.bak
*.bk *.bk
...@@ -56,10 +58,19 @@ javadoc/ ...@@ -56,10 +58,19 @@ javadoc/
# Maven # Maven
target/ 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 # Python files
*.pyc *.pyc
*.pyo *.pyo
__pycache__/
# Swift files # Swift files
*.hmap *.hmap
...@@ -73,6 +84,7 @@ cmake-build-*/ ...@@ -73,6 +84,7 @@ cmake-build-*/
*.iml *.iml
*.iws *.iws
*.ipr *.ipr
venv/
# Eclipse files # Eclipse files
.settings/ .settings/
...@@ -80,6 +92,7 @@ cmake-build-*/ ...@@ -80,6 +92,7 @@ cmake-build-*/
.classpath .classpath
.buildpath .buildpath
.loadpath .loadpath
.factorypath
local.properties local.properties
# Visual Studio / VS Code files # 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