ptrstream- endless stream of rdns |
git clone git://git.acid.vegas/ptrstream.git |
Log | Files | Refs | Archive | README | LICENSE |
.gitignore (178B)
1 # Binary 2 ptrstream 3 ptrstream.exe 4 5 # Output files 6 *.json 7 *.txt 8 9 # Go specific 10 *.test 11 *.out 12 /vendor/ 13 14 # IDE specific 15 .idea/ 16 .vscode/ 17 *.swp 18 *.swo 19 20 # OS specific 21 .DS_Store 22 Thumbs.db