Change directory path to use tzplatform-config
[platform/core/telephony/tel-plugin-atmodem.git] / .gitignore
1 #Copyright (c) 2013 GitHub, Inc.
2 #
3 #Permission is hereby granted,  free of charge,  to any person obtaining a
4 #copy of this software and associated documentation files (the "Software"),
5 #to deal in the Software without restriction, including without limitation
6 #the rights to  use, copy, modify, merge, publish, distribute, sublicense,
7 #and/or sell copies of the Software, and to permit persons to whom the
8 #Software is furnished to do so, subject to the following conditions:
9 #
10 #The above copyright notice and this permission notice shall be included in
11 #all copies or substantial portions of the Software.
12 #
13 #THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14 #IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15 #FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16 #AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17 #LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18 #FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19 #DEALINGS IN THE SOFTWARE.
20 #
21 # https://github.com/github/gitignore
22
23 # Object files
24 *.o
25
26 # Libraries
27 *.lib
28 *.a
29
30 # Shared objects (inc. Windows DLLs)
31 *.dll
32 *.so
33 *.so.*
34 *.dylib
35
36 # Executables
37 *.exe
38 *.out
39 *.app
40
41 # CMake
42 CMakeCache.txt
43 CMakeFiles
44 Makefile
45 cmake_install.cmake
46 install_manifest.txt
47
48 # Emacs
49 *~
50 \#*\#
51 /.emacs.desktop
52 /.emacs.desktop.lock
53 .elc
54 auto-save-list
55 tramp
56 .\#*
57
58 # Org-mode
59 .org-id-locations
60 *_archive
61
62 # Linux
63 .*
64 !.gitignore
65 *~
66
67 # Vim
68 *.s[a-w][a-z]
69 *.un~
70 Session.vim
71 .netrwhist
72 *~
73
74 # Eclipse
75 *.pydevproject
76 .project
77 .metadata
78 bin/**
79 tmp/**
80 tmp/**/*
81 *.tmp
82 *.bak
83 *.swp
84 *~.nib
85 local.properties
86 .classpath
87 .settings/
88 .loadpath
89
90 # External tool builders
91 .externalToolBuilders/
92
93 # Locally stored "Eclipse launch configurations"
94 *.launch
95
96 # CDT-specific
97 .cproject
98
99 # PDT-specific
100 .buildpath