diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-24 22:58:14 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-24 22:58:14 +0100 |
commit | 12d7f9b45303fb458cb21a3e0e430af96c781d8b (patch) | |
tree | 2b9c674f474d8ab4d6b35c657d4c005b4089192d /.gitignore | |
download | libgeome-12d7f9b45303fb458cb21a3e0e430af96c781d8b.tar.gz libgeome-12d7f9b45303fb458cb21a3e0e430af96c781d8b.tar.bz2 libgeome-12d7f9b45303fb458cb21a3e0e430af96c781d8b.tar.xz |
First commit
Signed-off-by: Mattias Andrée <m@maandree.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 |