From 143e805f2516cbc9ac28fecbde8b4b51c141f08a Mon Sep 17 00:00:00 2001 From: Benjamin H C Carr Date: Fri, 2 Jun 2017 21:53:19 -0400 Subject: [PATCH] add .git ignore with full disregards and project specific --- .gitignore | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..74a0523 --- /dev/null +++ b/.gitignore @@ -0,0 +1,136 @@ +# Project # +########### +mycroft-qtapplication.pro.use* + +# 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 + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip +*.AppImage + +# Logs and databases # +###################### +*.log +*.sql +*.sqlite + +# OS generated files # +###################### + +# OSX | macOS # +.DS_Store +.DS_Store? +._* +.AppleDouble +.LSOverride +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# Windows # +.db +ehthumbs.db +ehthumbs_vista.db +# Folder config file +Desktop.ini +# Recycle Bin used on file shares +$RECYCLE.BIN/ +# Windows shortcuts +*.lnkhumbs.db + +# Miscellaneous # +################# +*.orig +*.rej + +# EMACS # +######### +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Vim # +####### +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-v][a-z] +[._]sw[a-p] +# session +Session.vim +# temporary +.netrwhist +*~