Add a .gitignore
authorSteve Youngs <steve@sxemacs.org>
Sun, 12 Jun 2016 07:31:25 +0000 (17:31 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sun, 12 Jun 2016 07:31:25 +0000 (17:31 +1000)
Signed-off-by: Steve Youngs <steve@sxemacs.org>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..8d163ec
--- /dev/null
@@ -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
+,,*
+++*
+=*