forked from google/binnavi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (34 loc) · 644 Bytes
/
.gitignore
File metadata and controls
42 lines (34 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Exclude the downloaded dependencies
target/**
third_party/java/yfiles/**
# Various artifacts we don't want to push
*.class
*.pyc
*.pyo
# Editor backup files
*~
.*.swp
.*.swo
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Generated files
bin/
gen/
**/build-data.properties
binnavi.map
# Eclipse project files
.classpath
.project
.settings
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Gradle
.gradletasknamecache
.gradle/
build/
bin/
# BinExport plugins that should be copied over
src/main/java/com/google/security/zynamics/binnavi/exporters/BinExport/zynamics_binexport_*