diff options
author | awy <awy@awy.one> | 2025-08-18 19:17:30 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-18 19:17:30 +0300 |
commit | b3526d31b40dbdf37ea4b314c8e9aa94d39b7f8c (patch) | |
tree | f262a162e13d28f8915d09d9406f5c08f9729841 /.gitignore | |
download | statusbar-b3526d31b40dbdf37ea4b314c8e9aa94d39b7f8c.tar.gz |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..538542f --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +st* +!*.c +!*.h +*.out +*.o |