This repository has been archived by the owner on Jun 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitignore
101 lines (86 loc) · 1.83 KB
/
.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Handle files endings automatically for files as text and leave
# all files detected as binary untouched
* text=auto
# Reserve extensions for linux and unix files
*.sh text eol=lf
*.bash text eol=lf
*.sim text eol=lf
*.bat text eol=crlf
*.gch
*.dylib
*.o
*.zip
*.lib
*.def
*.exp
*.obj
*.cod
*.db
*.vscode
*@@
*ilk
*idb
*pdb
*.lastbuildstate
*.unsuccessfulbuild
*.tlog
*.cache
*.log
*.obj
*.ilk
*.stackdump
*.orig
*.complex
simple.so
tasks.json
.DS_STORE
.vscode/
*vscode/
*/dist/
build/*.exe
build/*.obj
#simple
simple/nbproject/*
simple/build/*
simple/dist/*
simple/Makefile
simple/.dep.inc
simple/simple.rar
simple/simple.zip
#test files
examples/*.txt
#modules
#dynamic modules
modules/dynamic_modules/dist/*
#core dynamic module
modules/dynamic_modules/core_dynamic_module/build/*
modules/dynamic_modules/core_dynamic_module/nbproject/*
modules/dynamic_modules/core_dynamic_module/dist/*
modules/dynamic_modules/core_dynamic_module/.dep.inc
modules/dynamic_modules/core_dynamic_module/Makefile
#fulltick dynamic module
modules/dynamic_modules/fulltick/dist/fulltick.so
modules/dynamic_modules/fulltick/Debug/*
modules/dynamic_modules/fulltick/lib/*
modules/dynamic_modules/fulltick/x64/*
modules/dynamic_modules/fulltick/fulltick.vcxproj
modules/dynamic_modules/fulltick/fulltick.vcxproj.filters
modules/dynamic_modules/fulltick/fulltick.vcxproj.user
modules/dynamic_modules/fulltick/fulltick/
#exclude libuv for now
modules/dynamic_modules/simple_uv/
#environment app residuals
environment/bake/bake/
environment/minifier/minifier/
environment/modular/modular/
environment/simplebridge/simplebridge/
environment/simplepad/simplepad/
environment/simplerepl/simplerepl/
environment/supplement/supplement/
#we don't want the bakkery residual in the project
*_bake*
*_bake/
*.bake*
''$'\001\213\212''@@'
#android studio dep : we don't need em
simple.iml