Correct some typo and add missing feature define
[platform/core/telephony/tel-plugin-packetservice.git] / .gitignore
1 .cproject
2 .project
3 *.substvars
4 *.deb
5 *.debhelper
6 cmake_tmp
7 build-stamp
8 configure-stamp
9 *.debhelper.log
10 *.changes
11 *-0.install
12 *-0-dbg
13 *-dev.install
14 *.o
15 tags
16 files
17 stamp-*
18 */debian/*/
19 cmake_install.cmake
20 CMakeFiles/
21 *.so
22 *.so.*
23 CMakeCache.txt
24 .*.swp
25 documentation.list
26 install_manifest.txt
27 *.pc
28
29 *~
30 \#*\#
31 /.emacs.desktop
32 /.emacs.desktop.lock
33 .elc
34 auto-save-list
35 tramp
36 .\#*
37
38 # Org-mode
39 .org-id-locations
40 *_archive
41
42 # Object files
43 *.o
44
45 # Libraries
46 *.lib
47 *.a
48
49 # Shared objects (inc. Windows DLLs)
50 *.dll
51 *.so
52 *.so.*
53 *.dylib
54
55 # Executables
56 *.exe
57 *.out
58 *.app
59
60 # Patches
61 *.patch
62 *.diff