Initial import from tla sources
[slh] / .gitignore
1 ####
2 # This file is used to ignore certain files in the repo, such as
3 # anything that is generated by the build, etc.
4 #
5 # This project uses a single .gitignore, so please DO NOT add
6 # any .gitignore files to any of the sub directories.
7 #
8 # NOTE! Please use 'git ls-files -i --exclude-standard' command after
9 # changing this file, to see if there are any tracked files which get
10 # ignored after the change.
11 ####
12
13 ## Standard stuff
14 *~
15 *.orig
16 *.rej
17 *.bak
18 \#*#
19 *.o
20 *.a
21 *.i
22
23 ## Elisp
24 *.elc
25 auto-autoloads.el
26 custom-load.el
27 custom-defines.el
28
29 ## Because I'm so used to arch (tla)
30 ,,*
31 ++*
32 =build
33