diff options
-rw-r--r-- | .gitattributes | 11 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..86433aa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +astraceroute/.gitignore export-ignore +bpfc/.gitignore export-ignore +curvetun/.gitignore export-ignore +flowtop/.gitignore export-ignore +ifpps/.gitignore export-ignore +mausezahn/.gitignore export-ignore +netsniff-ng/.gitignore export-ignore +trafgen/.gitignore export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore @@ -62,5 +62,6 @@ config.log .MAIL_MSG # Excluded from ignorance +!.gitattributes !.gitignore !.travis.yml |