diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-22 23:58:25 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-22 23:58:25 +0200 |
commit | de8b897b31b62a207d16815d802cee7547f7d60c (patch) | |
tree | 4bd3f41bbfc00f5c30d6b50db9636bcf9b88fea5 /.gitignore | |
download | neetdraw-de8b897b31b62a207d16815d802cee7547f7d60c.tar.gz neetdraw-de8b897b31b62a207d16815d802cee7547f7d60c.tar.xz neetdraw-de8b897b31b62a207d16815d802cee7547f7d60c.zip |
Initial commit
Forked from termo's demo-draw.c
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..1108dc5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Backup files +*.*~ +# IDE project files +/CMakeLists.txt.user |