diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-16 16:51:46 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-16 16:51:46 +0200 |
| commit | 4f162f357e0ef260b714a51e5fbd0daecb12390c (patch) | |
| tree | 9c22ed1f6280ab52df9c1e27b670e7234153e370 /.gitignore | |
| download | sumart-4f162f357e0ef260b714a51e5fbd0daecb12390c.tar.gz sumart-4f162f357e0ef260b714a51e5fbd0daecb12390c.tar.bz2 sumart-4f162f357e0ef260b714a51e5fbd0daecb12390c.tar.xz | |
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ead19db --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*\#* +*~ +*.o +*.a +*.t +*.lo +*.to +*.su +*.so +*.so.* +*.dll +*.dylib +*.gch +*.gcov +*.gcno +*.gcda +/sumart |
