diff options
| author | Rusty Wagner <rusty@vector35.com> | 2016-04-10 22:52:33 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2016-04-10 22:52:33 -0400 |
| commit | 69aafc8c09174ebf9bba399831261e0c08ef71fc (patch) | |
| tree | 855174c5ea6cbabdfd83131ceb13a119c436faea /.gitignore | |
| parent | 7265a66721df3d83ca668e94dbbeb7171cf6edaf (diff) | |
Add gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f2637445 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +Thumbs.db +.DS_Store +*.o +*.obj +*.pdb +*.ilk +*.exp +libbinaryninja* +binaryninjacore.lib +binaryninjacore.dll +binaryninjaapi.lib +python/_binaryninjacore.py +python/generator +python/generator.exe +.vs |
