ghidra/.gitignore

94 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2019-04-15 15:46:36 +00:00
excludedFiles.txt
ghidra.repos.config
# Misc files produced while executing application
repositories/
dependencies/
flatRepo/
2019-04-15 15:46:36 +00:00
Ghidra/.ghidraSvrKeys
wrapper.log*
2019-03-26 17:45:32 +00:00
Thumbs.db
.DS_Store
.svn
/*/*/*/*/*/bin/
/*/*/*/*/*/build/
/*/*/*/*/bin/
/*/*/*/*/build/
/*/*/*/bin/
/*/*/*/build/
/*/*/bin/
/*/*/build/
/*/bin/
/*/build/
2019-03-01 03:27:49 +00:00
/build/
2019-03-26 17:45:32 +00:00
/bin/
**/dist
2019-04-15 15:46:36 +00:00
# Ignore Sleigh generated files
2019-03-26 17:45:32 +00:00
*.sla
**/data/build.xml
2019-03-26 17:45:32 +00:00
# Misc files
*.setting
*.settings
*.directory
.gradle/
# File locks
*.ulock
*.lock
# Ignore object files
*.o
*.obj
2019-04-15 15:46:36 +00:00
*.class
2019-03-01 03:27:49 +00:00
2019-03-26 17:45:32 +00:00
# Ignore MS Visual Studio artifcats
Release
#Debug
*.ncb
*.suo
*.aps
*.vcproj.*
2019-04-15 15:46:36 +00:00
*.vcxproj.*
# dump files
*.mdmp
2019-04-15 15:46:36 +00:00
.vs/
2020-11-06 19:59:29 +00:00
.editorconfig/
2019-03-01 03:27:49 +00:00
2019-03-26 17:45:32 +00:00
# Ignore UNIX backup files
*~
*.swp
2019-03-01 03:27:49 +00:00
2019-03-26 17:45:32 +00:00
# Ignore eclipse project files
.project
.classpath
2019-04-15 15:46:36 +00:00
.settings/
2021-05-11 21:32:01 +00:00
.prefs
.pydevproject
# Ignore XTEXT generated dirs/files
*/*/*/*/xtend-gen
*/*/*/*/src-gen
*/*/*/*/model/generated
*/*/*/*/test-bin
# Ignore Intellij metadata
**/*.iml
**/.idea
*.iml
.idea
# Ignore gradle wrapper files
gradle/wrapper
gradlew
gradlew.*
2020-12-10 14:39:41 +00:00
# Ignore logs and core dumps
*.log
core.*
!core.png