diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-11-01 03:24:14 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-12-10 20:20:24 +0300 |
commit | f582a3973a6a9f251b9124fdeda6867553762c82 (patch) | |
tree | 985efeb716f5f5b800fcbdf6047fb4756f723ce5 /.gitignore | |
download | tomlc99-git-f582a3973a6a9f251b9124fdeda6867553762c82.tar.gz tomlc99-git-f582a3973a6a9f251b9124fdeda6867553762c82.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8197674 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.tar.* +src +pkg +tomlc99 |