diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2018-03-28 00:09:21 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2018-03-28 00:11:22 +0100 |
commit | 933cf4f0a47306ee4b0c1ac728173a576cc2ebe1 (patch) | |
tree | 6fd7446f4bc2a230d3d5bc24eae0dde4a6eefbbc /.gitignore | |
download | bie-master.tar.gz bie-master.tar.xz bie-master.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..54eb42b --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +*.o +bie + +*.d + +tags +TAGS + +config.mk + +eprintf.h +eprintf.c +bie.1 |