diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-02 22:17:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-02 22:28:08 +0200 |
commit | e4a1686d5ca41ad02672c6530588f94c34a1c678 (patch) | |
tree | cd143c5dcbc5b8182ce7df521bf48f4de2617628 /.gitignore | |
download | libnumtext-e4a1686d5ca41ad02672c6530588f94c34a1c678.tar.gz libnumtext-e4a1686d5ca41ad02672c6530588f94c34a1c678.tar.bz2 libnumtext-e4a1686d5ca41ad02672c6530588f94c34a1c678.tar.xz |
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c9d4253 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*\#* +*~ +*.o +*.a +*.lo +*.su +*.so +*.so.* +*.gch +*.gcov +*.gcno +*.gcda |