[SECSFV-39] Add uid/gid to on-demand service as per security guideline change
[platform/core/telephony/telephony-daemon.git] / .gitignore
1 .*
2 !.gitignore
3 *~
4
5 *~
6 \#*\#
7 /.emacs.desktop
8 /.emacs.desktop.lock
9 .elc
10 auto-save-list
11 tramp
12 .\#*
13
14 # Org-mode
15 .org-id-locations
16 *_archive
17
18 # Object files
19 *.o
20
21 # Libraries
22 *.lib
23 *.a
24
25 # Shared objects (inc. Windows DLLs)
26 *.dll
27 *.so
28 *.so.*
29 *.dylib
30
31 # Executables
32 *.exe
33 *.out
34 *.app
35
36 # Patches
37 *.patch
38 *.diff