diff options
| author | Xavi Del Campo <xavi.dcr@tutanota.com> | 2019-11-05 17:57:22 +0100 |
|---|---|---|
| committer | Xavi Del Campo <xavi.dcr@tutanota.com> | 2019-11-05 17:57:22 +0100 |
| commit | 0290d8bd12f3cd188c200367ade7d569a92f1d2d (patch) | |
| tree | 2b02517200e71f090fd24babbb3dc0b8056f493c | |
| parent | e524f157266c07a7a4cf3b766edd6ff9db98e4f4 (diff) | |
Recovered .gitignore
| -rw-r--r-- | .gitignore | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2cde58b --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# Prerequisites +*.d + +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# PSX intermediate disk images +*.iso + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb |
