diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-21 16:38:52 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-21 16:38:52 +0100 |
commit | 38d23cbf5b3870830339c9c12fd30bd5270112d8 (patch) | |
tree | f9bdfab6d823497e0b80615acb3d3bde554c1b3d /.gitignore | |
download | libglitter-38d23cbf5b3870830339c9c12fd30bd5270112d8.tar.gz libglitter-38d23cbf5b3870830339c9c12fd30bd5270112d8.tar.bz2 libglitter-38d23cbf5b3870830339c9c12fd30bd5270112d8.tar.xz |
Initial 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 |