diff options
| author | Mattias Andrée <m@maandree.se> | 2026-03-04 18:51:23 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-03-04 18:53:28 +0100 |
| commit | 15d3290b1d95cedaf4e671fe346beb11dcd12ac9 (patch) | |
| tree | 86c959933f7574104cc5d16c0c0122d40842bed1 /.gitignore | |
| download | git-protection-master.tar.gz git-protection-master.tar.bz2 git-protection-master.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8906e61 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*\#* +*~ +*.o +*.a +*.t +*.lo +*.to +*.su +*.so +*.so.* +*.dll +*.dylib +*.gch +*.gcov +*.gcno +*.gcda +/git-protection |
