diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-04-05 20:06:05 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-04-05 20:06:05 +0300 |
commit | cfe010b7c9aba76c6aa27bb1a5616fe9c4baf18e (patch) | |
tree | c4bb3e956725b99341fcbe426a6f984ab2163a7d /.gitignore | |
parent | 893720c794c0b9cd8faf3e7e67b672e00b7b1ce1 (diff) |
Make build process automated
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1516571 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +clicker-ncurses +*.o |