diff options
author | Mattias Andrée <maandree@kth.se> | 2021-11-09 23:53:14 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-11-09 23:53:14 +0100 |
commit | 848a90d0bf2af21e64b5d134bf0f7ff77f7bea49 (patch) | |
tree | b833871395ce1f64d95a5221e2573fff7424c4da /.gitignore | |
download | libfonts-848a90d0bf2af21e64b5d134bf0f7ff77f7bea49.tar.gz libfonts-848a90d0bf2af21e64b5d134bf0f7ff77f7bea49.tar.bz2 libfonts-848a90d0bf2af21e64b5d134bf0f7ff77f7bea49.tar.xz |
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a071ed4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*\#* +*~ +*.o +*.a +*.lo +*.su +*.so +*.so.* +*.dll +*.dylib +*.gch +*.gcov +*.gcno +*.gcda |