xref: /trunk/main/.gitignore (revision 52914ebf)
1 # various extensions left behind
2 *.sw[op]
3 *-
4 *-HEAD
5 *-git
6 *-patched
7 *-pristine
8 *.bak
9 *.cxx-*
10 *.git
11 *.hxx-*
12 *.log
13 *.orig
14 *.patched
15 *.pristine
16 *.pyc
17 *.rej
18 *~
19 .\#*
20 *.o
21 *.DS_Store
22 
23 # configure autoconf related
24 /Linux*Env.Set*
25 /MacOS*Env.Set*
26 /autom4te.cache
27 /config.guess
28 /config.log
29 /config.parms
30 /config.status
31 /configure
32 /set_soenv
33 /bootstrap
34 /makefile.mk
35 /solver
36 /winenv.set*
37 /Makefile
38 /dmake/*
39 /guw/guw.exe*
40 /warn
41 
42 # misc
43 CVS
44 TAGS
45 \#*
46 
47 # id-utils, ctags, cscope
48 /ID
49 /tags
50 /*/ID
51 /*/tags
52 /*/cscope.files
53 /*/cscope.in.out
54 /*/cscope.out
55 /*/cscope.po.out
56 
57 # externals
58 /external/unowinreg/unowinreg.dll
59 /external/msvcp90/*
60 
61 # $INPATH output directories
62 /*/unxfbsd?
63 /*/unxfbsd?.pro
64 /*/unxlng??
65 /*/unxlng??.pro
66 /*/wntmsc???
67 /*/wntmsc???.pro
68 /*/wntgcc?
69 /*/wntgcc?.pro
70 /*/unxso???
71 /*/unxso???.pro
72 /*/unxmac??
73 /*/unxmac??.pro
74