Updated to log4j-2.8.2

This commit is contained in:
ghidra1
2019-04-15 11:46:36 -04:00
parent ba98e85429
commit 38edad78f1
4 changed files with 22 additions and 20 deletions

28
.gitignore vendored
View File

@@ -1,11 +1,14 @@
*.class
excludedFiles.txt
ghidra.repos.config
# Misc files produced while executing application
repositories/
Ghidra/.ghidraSvrKeys
wrapper.log*
Thumbs.db
.DS_Store
.svn
excludedFiles.txt
.classpath
.project
ghidra.repos.config
/*/*/*/*/*/bin/
/*/*/*/*/*/build/
@@ -21,7 +24,8 @@ ghidra.repos.config
/bin/
**/dist
repositories/
# Ignore Sleigh generated files
*.sla
**/data/build.xml
@@ -30,22 +34,15 @@ repositories/
*.settings
*.directory
.gradle/
.settings/
# File locks
*.ulock
*.lock
# Gradle creates these per developer
**/vs/
# Misc files produced while executing application
Ghidra/.ghidraSvrKeys
wrapper.log*
# Ignore object files
*.o
*.obj
*.class
# Ignore MS Visual Studio artifcats
Release
@@ -54,6 +51,8 @@ Release
*.suo
*.aps
*.vcproj.*
*.vcxproj.*
.vs/
# Ignore UNIX backup files
*~
@@ -62,3 +61,4 @@ Release
# Ignore eclipse project files
.project
.classpath
.settings/