forked from parse-community/parse-embedded-sdks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (63 loc) · 1009 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Mac OS
*~
*.DS_Store
# Git
.git/
# Build
bin/
gen/
out/
tmp/
exe/
obj/
# Code Composer Studio
.metadata/
.settings/
Release/
Debug/
RemoteSystemsTempFiles/
# Use only root .gitignore
**/.gitignore
!/.gitignore
# All the autogenerated fiels
/*.deb
/Makefile
/Makefile.in
**/*.swp
**/aclocal.m4
**/autom4te.cache/
**/config.h
**/config.h.in
**/config.log
**/config.status
**/config/
**/configure
**/libtool
**/m4/
**/stamp-h1
**/.deps/
**/.libs/
**/*.o
**/common/Makefile
**/common/Makefile.in
**/common/*.la
**/common/*.lo
**/unix/Makefile
**/unix/Makefile.in
**/unix/src/Makefile
**/unix/src/Makefile.in
**/unix/src/*.la
**/unix/src/*.lo
**/unix/samples/simple_parse_loop/simple_parse_loop
**/unix/samples/simple_custom_loop/simple_custom_loop
**/unix/samples/test/parse_test
**/unix/yun/Makefile
**/unix/yun/Makefile.in
**/unix/yun/parse_push
**/unix/yun/parse_request
**/debian/files
**/debian/*.log
**/debian/*.substvars
**/debian/*.debhelper
**/debian/parse-embedded/
**/debian/parse-embedded-dev/