diff options
author | Mattias Andrée <maandree@kth.se> | 2024-02-24 17:34:31 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-02-24 17:34:31 +0100 |
commit | 275fc799ed112b0d41ccaa872e3da87328ad21c1 (patch) | |
tree | 6f51f0b11490d668a3e30fbf1c9ff0adf0c476ff /.gitignore | |
download | coreupdown-275fc799ed112b0d41ccaa872e3da87328ad21c1.tar.gz coreupdown-275fc799ed112b0d41ccaa872e3da87328ad21c1.tar.bz2 coreupdown-275fc799ed112b0d41ccaa872e3da87328ad21c1.tar.xz |
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9dfb32 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*\#* +*~ +*.o +*.a +*.lo +*.su +*.so +*.so.* +*.dll +*.dylib +*.gch +*.gcov +*.gcno +*.gcda +/coreupdown +/coreup +/coredown |