diff options
author | toni <toni@devlap.local> | 2014-11-10 12:54:43 +0100 |
---|---|---|
committer | toni <toni@devlap.local> | 2014-11-10 12:54:43 +0100 |
commit | 8c116d25fd1351f1b896584629b9d388446fc544 (patch) | |
tree | 44b2abe719e9ca06f8f85550d532a0678db2291b /.gitignore | |
parent | 5c9a28355db94ba20949e4fb0ef93c7d2b666100 (diff) |
- ignore *.swp
- shellcode_x64: dup2(), exec(), exit(), untested
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +*.swp *.o overflow overflow_x64 |