From cb888b80eca351ba2bd20eb9d5360ea58e723396 Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Sun, 12 Jun 2016 17:31:25 +1000 Subject: [PATCH] Add a .gitignore Signed-off-by: Steve Youngs --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitignore 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 +,,* +++* +=* -- 2.25.1