From e90c03a51b7eae12cc54949ea3f818ab23701e6c Mon Sep 17 00:00:00 2001 From: A Farzat Date: Thu, 17 Nov 2022 18:13:19 +0900 Subject: Initial commit as generated by `zi create` --- .gitignore | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58d8312 --- /dev/null +++ b/.gitignore @@ -0,0 +1,89 @@ +# Zsh compiled script + zrecompile backup +*.zwc +*.zwc.old + +# Zsh completion-optimization dumpfile +*zcompdump* + +# Zsh zcalc history +.zcalc_history + +# A popular plugin manager's files +._zi +._zinit +.zi_lastupd +.zinit_lastupd + +# A popular older versions plugin manager's files +._zplugin +.zplugin_lstupd + +# z-shell/zshelldoc tool's files +zsdoc/data +docs/zsdoc/data + +# ohmyzsh/ohmyzsh/plugins/per-directory-history plugin's files +# (when set-up to store the history in the local directory) +.directory_history + +# MichaelAquilina/zsh-autoswitch-virtualenv plugin's files +# (for Zsh plugins using Python) +.venv + +# Zunit tests' output +/tests/_output/* +!/tests/_output/.gitkeep + +### C +# 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 + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf -- cgit v1.2.3-70-g09d2