diff options
author | merakor <cem@ckyln.com> | 2020-05-03 16:27:46 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-03 16:27:46 +0000 |
commit | 212cc3329fb37b02867a0efc33dc9ae6e8b731c2 (patch) | |
tree | 8a1f13cce6aa795444ea4331751f4fa87884d8ee /.gitignore | |
parent | 08a64b4ed7409014e848fde529905b906f86b3cd (diff) | |
download | cpt-212cc3329fb37b02867a0efc33dc9ae6e8b731c2.tar.gz |
kiss: use our own version of stat for portability purposes.
FossilOrigin-Name: 44c082a4672f3de9f932cd7262e2d8b4cba2fc590750db9b1fefc38673910045
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..950efb2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +kiss-stat
\ No newline at end of file |