fix issue with xalan install
[osm/SO.git] / .gitignore
1 # Object file directories
2 .install
3 .obj
4 .build
5
6 # Emacs
7 *~
8 \#*\#
9 /.emacs.desktop
10 /.emacs.desktop.lock
11 .elc
12 auto-save-list
13 tramp
14 .\#*
15
16 # vi
17 *.swp
18 *.swo
19 *.swn
20
21 libunwind/libunwind-1.1/doc/unw_get_proc_info.man
22
23 #cscope
24 cscope.files
25 cscope.out
26
27 autom4te.cache
28
29 *.pyc
30 core.*
31 !core.py
32 *.sock
33 *.pyc
34 *.swo
35 *.swp
36 .idea
37
38 #Rope
39 .ropeproject
40
41 #node_modules
42 node_modules/
43 *.log
44
45 .cache