.gitignore: add some more db related exclusions
[oweals/cde.git] / cde / .gitignore
1 # Compiled source
2 *.o
3 *.so
4 *.so.2
5 *.so.2.1
6 *.a
7
8 # Backups and editor created backups
9 *.bak
10 *~
11
12 # flags for saying directory is complete
13 DONE
14
15 # imports of of headers
16 imports/x11
17
18 # exports of libraries/headers
19 exports
20
21 # various admin/IntegTools/ files
22 admin/IntegTools/post_install/*.list
23 admin/IntegTools/post_install/*.lst
24 admin/IntegTools/post_install/linux
25
26 admin/IntegTools/post_install/configDemos
27 admin/IntegTools/post_install/configFonts
28 admin/IntegTools/post_install/configHelp
29 admin/IntegTools/post_install/configHelpPrg
30 admin/IntegTools/post_install/configHelpRun
31 admin/IntegTools/post_install/configIcons
32 admin/IntegTools/post_install/configInc
33 admin/IntegTools/post_install/configMan
34 admin/IntegTools/post_install/configManDev
35 admin/IntegTools/post_install/configMsgCat
36 admin/IntegTools/post_install/configPrg
37 admin/IntegTools/post_install/configShlibs
38
39 install.dt
40 dinstall.dt
41 dinstallCDE
42 installCDE
43 updateCDE
44
45 installCDE.*.log
46
47 # Makefiles (generated by Imakefiles)
48 Makefile
49
50 # generated db files
51 databases/*\.db
52 databases/*\.tmp
53
54