Convert the tla-generated versioning info to git-generated
[sxemacs] / .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..c7cb161
--- /dev/null
@@ -0,0 +1,63 @@
+####
+# 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
+\#*#
+*.o
+*.a
+*.s
+*.i
+
+## autotools
+aclocal.m4
+autom4te.cache
+compile
+configure
+config.guess
+configfsf.guess
+config.sub
+configfsf.sub
+depcomp
+install-sh
+libltdl
+ltmain.sh
+m4/argz.m4
+m4/libtool.m4
+m4/ltdl.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
+missing
+Makefile.in
+src/config.h.in
+sxemacs_version.m4
+texinfo.tex
+ylwrap
+
+## Docs
+*.html
+*.info
+*.info-*
+
+## Elisp
+*.elc
+auto-autoloads.el
+custom-load.el
+custom-defines.el
+
+## Because I'm so used to arch (tla)
+,,*
+++*
+=build