diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-23 20:53:27 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-23 21:09:19 +0200 |
| commit | 41305ac7747516f86d03d0b750816c02e624ac4c (patch) | |
| tree | 152c00464676b95fdbb60ed29dd6526bbaed93cf /.gitignore | |
| download | semicolons-1.0.tar.gz semicolons-1.0.tar.bz2 semicolons-1.0.tar.xz | |
First commit1.0
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..762db5a --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +*\#* +*~ +*.o +*.a +*.t +*.f +*.lo +*.to +*.fo +*.su +*.so +*.so.* +*.dll +*.dylib +*.gch +*.gcov +*.gcno +*.gcda +/semicolons |
