diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-10 17:23:29 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-10 17:23:29 +0800 |
commit | d163bafa461779a3795818aa8c8b5238880ede24 (patch) | |
tree | 9eadf181655e293158cab095bb688cad9c0b1f18 /.gitignore | |
parent | e37dd256e5bca4caf819d18c73cd2d11e06683df (diff) | |
download | cru-d163bafa461779a3795818aa8c8b5238880ede24.tar.gz cru-d163bafa461779a3795818aa8c8b5238880ede24.tar.bz2 cru-d163bafa461779a3795818aa8c8b5238880ede24.zip |
...
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 60 |
1 files changed, 59 insertions, 1 deletions
@@ -530,4 +530,62 @@ healthchecksdb # Backup folder for Package Reference Convert tool in Visual Studio 2017 MigrationBackup/ -# End of https://www.gitignore.io/api/c++,cmake,python,visualstudio,visualstudiocode
\ No newline at end of file +# End of https://www.gitignore.io/api/c++,cmake,python,visualstudio,visualstudiocode + +# Created by https://www.gitignore.io/api/emacs +# Edit at https://www.gitignore.io/?templates=emacs + +### Emacs ### +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/ +dist/ + +# Flycheck +flycheck_*.el + +# server auth directory +/server/ + +# projectiles files +.projectile + +# directory configuration +.dir-locals.el + +# network security +/network-security.data + + +# End of https://www.gitignore.io/api/emacs + +.clang_complete |