diff options
| author | Nicholas DeMarinis <ndemarinis@wpi.edu> | 2023-09-29 09:35:23 -0400 |
|---|---|---|
| committer | Nicholas DeMarinis <ndemarinis@wpi.edu> | 2023-09-29 09:35:23 -0400 |
| commit | 6739e13c64fd2e9a4796cab6fa9c99a2d6134428 (patch) | |
| tree | d34775ef6beed2e00de49ee14aa7baf649719193 /.gitattributes | |
| parent | a7a11b1c8b9115a28149a0169c8c90b317f1ac00 (diff) | |
Added vnet_scripts, RIP dissector, .gitattributes.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4d7f959 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Force unix newlines on all platforms +util/update_from_stencil text eol=lf +util/vnet_generate text eol=lf +util/vnet_run text eol=lf +*.sh text eol=lf |
