gitignore: Add more temp files.
[platform/upstream/elementary.git] / .gitignore
1 #
2 # NOTE! Don't add files that are generated in specific
3 # subdirectories here. Add them in the ".gitignore" file
4 # in that subdirectory instead.
5 #
6 # NOTE! Please use 'git ls-files -i --exclude-standard'
7 # command after changing this file, to see if there are
8 # any tracked files which get ignored after the change.
9 #
10 *~
11 *.lo
12 *.o
13 *.la
14 .libs
15 .deps
16 .*.swp
17 .*.swo
18 *.pc
19 Makefile
20 Makefile.in
21 *.so
22 *.dll
23 *.edj
24 *.cmake
25 *.exe
26 elementary-*-doc.tar.bz2
27 /aclocal.m4
28 /autom4te.cache/
29 /config.cache
30 /config.guess
31 /config.log
32 /config.status
33 /config.sub
34 /configure
35 /depcomp
36 /elementary.spec
37 /elementary_config.h
38 /elementary_config.h.in
39 /install-sh
40 /libtool
41 /ltmain.sh
42 /missing
43 /stamp-h1
44 /ar-lib
45 /test-driver
46 core
47 cscope.*
48 tags
49 /ABOUT-NLS
50 /config.rpath
51 /mkinstalldirs
52 /config.cache
53 *.gmo
54 /config.cache-env
55 /compile
56 /config/default/*.src
57 /config/mobile/*.src
58 /config/standard/*.src
59 Session.vim