diff options
author | Mattias Andrée <maandree@kth.se> | 2021-11-08 20:42:43 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-11-08 20:42:43 +0100 |
commit | a27311a1e468ec0ea8205cc362dc69386675f704 (patch) | |
tree | eaf006b7660c98025af5302b8df331fb015e2695 /.gitignore | |
download | libtracebitmap-a27311a1e468ec0ea8205cc362dc69386675f704.tar.gz libtracebitmap-a27311a1e468ec0ea8205cc362dc69386675f704.tar.bz2 libtracebitmap-a27311a1e468ec0ea8205cc362dc69386675f704.tar.xz |
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e13a6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*\#* +*~ +*.o +*.a +*.lo +*.su +*.so +*.so.* +*.dll +*.dylib +*.gch +*.gcov +*.gcno +*.gcda +/demo |