diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2018-03-26 16:38:09 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2018-03-26 19:49:24 +0100 |
commit | ca761a910c25197b10aeadcb0120dae132442d56 (patch) | |
tree | f28b134d78b87628178fb28130728c56c9949f26 /.gitignore | |
download | faqe-ca761a910c25197b10aeadcb0120dae132442d56.tar.gz faqe-ca761a910c25197b10aeadcb0120dae132442d56.tar.xz faqe-ca761a910c25197b10aeadcb0120dae132442d56.zip |
init commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d7216ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.o +gltest +*.exe +*.dll + +*.d + +tags +TAGS + +eprintf.h +eprintf.c + +config.mk |