Add a couple more exceptions to .gitignore
[packages] / .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 # The SXEmacs 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 \#*#
16 *.orig
17 *.bak
18
19 ## Docs
20 *.info
21 *.info-*
22
23 ## Elisp
24 *.elc
25 auto-autoloads.el
26 custom-load.el
27 custom-defines.el
28 _pkg.el
29
30 ## Package build-specific
31 Local.rules
32 package-info
33 pdepends.mk
34 macro.list
35
36 ## Temporary stuffs
37 ,,*
38 ++*
39 =*
40
41 ## Exceptions
42 !mule-packages/leim/quail/cyrillic.el.orig
43 !xemacs-packages/apel/ChangeLog.orig
44 !xemacs-packages/apel/Makefile.orig
45 !xemacs-packages/gnus/lisp/tests/mml-gpghome/pubring.gpg~
46 !xemacs-packages/gnus/lisp/tests/mml-gpghome/pubring.kbx~
47 !xemacs-packages/semantic/doc/grammar-fw.info
48 !xemacs-packages/semantic/doc/semantic-appdev.info
49 !xemacs-packages/semantic/doc/semantic-langdev.info
50 !xemacs-packages/semantic/doc/semantic-user.info