From: Steve Youngs Date: Sun, 12 Jun 2016 07:31:25 +0000 (+1000) Subject: Add a .gitignore X-Git-Tag: auctex_2.00~20 X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;ds=inline;h=cb888b80eca351ba2bd20eb9d5360ea58e723396;hp=782887df5e197dbe61be1fe1bb454287a311db01;p=packages Add a .gitignore Signed-off-by: Steve Youngs --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..8d163ec0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +#### +# This file is used to ignore certain files in the repo, such as +# anything that is generated by the build, etc. +# +# The SXEmacs project uses a single .gitignore, so please DO NOT add +# any .gitignore files to any of the sub directories. +# +# NOTE! Please use 'git ls-files -i --exclude-standard' command after +# changing this file, to see if there are any tracked files which get +# ignored after the change. +#### + +## Standard stuff +*~ +\#*# +*.orig +*.bak + +## Docs +*.info +*.info-* + +## Elisp +*.elc +auto-autoloads.el +custom-load.el +custom-defines.el +_pkg.el + +## Package build-specific +Local.rules +package-info +pdepends.mk +macro.list + +## Temporary stuffs +,,* +++* +=*