Browse Source

Add a gitignore file

Samuel W. Flint 7 years ago
parent
commit
2dde9a965b
1 changed files with 56 additions and 0 deletions
  1. 56 0
      .gitignore

+ 56 - 0
.gitignore

@@ -0,0 +1,56 @@
+# -*- mode: gitignore; -*-
+.*
+!.gitignore
+!.gitmodules
+!.gitkeep
+
+# Emacs Stuff
+*~
+\#*\#
+/.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/
+*/auto/
+
+# cask packages
+.cask/
+dist/
+
+# Flycheck
+flycheck_*.el
+
+# server auth directory
+/server/
+
+# projectiles files
+.projectile
+
+# Common Lisp Ignores
+*.FASL
+*.fasl
+*.lisp-temp
+
+*.lisp