From d163bafa461779a3795818aa8c8b5238880ede24 Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Wed, 10 Jul 2019 17:23:29 +0800 Subject: ... --- .gitignore | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b3f5c250..c27b25a8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3