diff options
author | Leo (Sunpeng) Li <sunpeng.li@amd.com> | 2018-03-05 13:38:11 -0500 |
---|---|---|
committer | Leo (Sunpeng) Li <sunpeng.li@amd.com> | 2018-05-02 10:13:23 -0400 |
commit | 748f8d49a1fc0deb1c9d58e97598232707876ab3 (patch) | |
tree | 2d4b57f822e3ecf86da4750ca39e1e5c8f0f2a9e /.gitignore |
Init commit
Signed-off-by: Leo (Sunpeng) Li <sunpeng.li@amd.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ec7cb1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +# Prerequisites +*.d + +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + |