diff options
author | Marvin Borner | 2020-06-11 14:53:23 +0200 |
---|---|---|
committer | Marvin Borner | 2020-06-11 14:53:23 +0200 |
commit | cfc61f4fa5a5b2236439ec1ebe416f23e31d8092 (patch) | |
tree | 96f4fd5f4d57e6835dd6f105caca30c65d7160e5 /.repos/sent/.gitignore | |
parent | d05b17617eb83377f980c24f29079229697504cc (diff) |
Soo many features added
weeee so much efficiencyyyy
Diffstat (limited to '.repos/sent/.gitignore')
-rw-r--r-- | .repos/sent/.gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.repos/sent/.gitignore b/.repos/sent/.gitignore new file mode 100644 index 0000000..4c303b0 --- /dev/null +++ b/.repos/sent/.gitignore @@ -0,0 +1,30 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex +/sent + +# vim +*.swp +*~ + +config.h |