diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-20 09:37:17 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-20 09:37:17 +0100 |
| commit | b23fac332ff4084e2925233791f057f30b7ed337 (patch) | |
| tree | a2faa226da7a5b97b81bdfccb4edc195f93437d7 /.gitignore | |
| download | gcmap-b23fac332ff4084e2925233791f057f30b7ed337.tar.gz gcmap-b23fac332ff4084e2925233791f057f30b7ed337.tar.bz2 gcmap-b23fac332ff4084e2925233791f057f30b7ed337.tar.xz | |
First commit
Signed-off-by: Mattias Andrée <m@maandree.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..740df4a --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*\#* +*~ +*.o +*.a +*.lo +*.su +*.so +*.so.* +*.dll +*.dylib +*.gch +*.gcov +*.gcno +*.gcda +/gcmap |
