From fa0a50a85ae57e987f43f5edeca15fd3149abc31 Mon Sep 17 00:00:00 2001 From: maxxir_w Date: Fri, 18 Jan 2019 13:06:00 +0400 Subject: [PATCH] Create global .gitignore rule --- .gitignore | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c7d2cf --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# 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 +*.HEX +*.bin +*.BIN + +# Temporary GCC build +*.eep +*.lss +*.lst +*.map +*.sym +/Release +/.dep + +# Eclipse specific +/.settings +