add some file patterns into .gitignore
[lance-labs.git] / .gitignore
blob4e0d84ce6f5ee21774fbced797e9b2c656f3e8a7
2 # from other projects
4 aclocal.m4
5 autom4te.cache/
6 autoscan.log
7 ChangeLog
8 compile
9 config.guess
10 ./config.h
11 config.h.in
12 config.log
13 config-ml.in
14 config.py
15 config.status
16 config.status.lineno
17 config.sub
18 configure
19 configure.scan
20 depcomp
21 .deps/
22 INSTALL
23 install-sh
24 .libs/
25 libtool
26 libtool.m4
27 ltmain.sh
28 lt~obsolete.m4
29 ltoptions.m4
30 ltsugar.m4
31 ltversion.m4
32 Makefile
33 Makefile.in
34 mdate-sh
35 missing
36 mkinstalldirs
37 *.pc
38 py-compile
39 stamp-h?
40 symlink-tree
41 texinfo.tex
42 ylwrap
44 #       Do not edit the following section
45 #       Edit Compile Debug Document Distribute
47 *.[0-9]
48 *.[0-9]x
49 *.bak
50 *.bin
51 core
52 *.dll
53 *.exe
54 *-ISO*.bdf
55 *-JIS*.bdf
56 *-KOI8*.bdf
57 *.kld
58 *.ko
59 *.ko.cmd
60 *.lai
61 *.l[oa]
62 *.[oa]
63 *.obj
64 *.patch
65 *.so
66 *.pcf.gz
67 *.pdb
68 *.tar.bz2
69 *.tar.gz
71 #               Add & Override patterns for xserver 
73 #               Edit the following section as needed
74 # For example, !report.pc overrides *.pc. See 'man gitignore'
75
76 doltcompile
77 doltlibtool
78 cscope.in.out
79 cscope.out
80 cscope.po.out
81 \#*\#
82 TAGS