Skip to content

Instantly share code, notes, and snippets.

@coproduto
Created May 23, 2016 01:00
Show Gist options
  • Save coproduto/be833cdb41ffe2b30e1db17ff1965dd3 to your computer and use it in GitHub Desktop.
Save coproduto/be833cdb41ffe2b30e1db17ff1965dd3 to your computer and use it in GitHub Desktop.
# -*- mode: gitignore; -*-
# This file was mostly stitched together from a bunch of gitignore files
# found at https://github.com/github/gitignore and is customized for my
# Linux setup.
# 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/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/
# projectiles files
.projectile
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# 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
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# Dropbox settings and caches
.dropbox
.dropbox.attr
.dropbox.cache
# Linux stuff #
###############
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment