diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-10-17 12:53:18 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-10-17 12:53:18 +0100 |
commit | 4af8e80018a387e0d54be3c3cf902ee12186df00 (patch) | |
tree | 045e1dbf3a9e2b66e162c7ae68d4b42b90658742 /.gitattributes | |
download | project_blackbird-4af8e80018a387e0d54be3c3cf902ee12186df00.tar.gz project_blackbird-4af8e80018a387e0d54be3c3cf902ee12186df00.tar.bz2 |
Initial commit
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..45ec515 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.c diff=cpp +*.h diff=cpp |