* Implement immunity totems from periodic damage spell effects. Patch provided ...
[auctionmangos.git] / .gitignore
blob8f2736c4870555faddb926850b0dec53471c2378
1 compile
2 FILES
3 INSTALL
5 *.pyc
6 *.[oa]
7 *.lo
8 *.loT
9 *.la
10 *.laT
11 *.so
12 *.bak
13 *.dist
14 .deps
15 .libs
17 .*.swp
18 Makefile.in
19 Makefile
21 core
22 core.*
23 !core.h
24 vgcore*
26 doc/html
27 doc/Doxyfile
28 doc/doxygen.log
30 aclocal.m4
31 autom4te.cache
32 config.guess
33 config.h.in
34 config.sub
35 configure
36 depcomp
37 install-sh
38 ltmain.sh
39 missing
40 config.log
41 config.status
42 libtool
43 stamp-h1
45 callgrind.out.*