forked from codereport/jsource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (61 loc) · 1.12 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
#vscode
.vscode/
# unix
*.o
*.so
!asm/*.o
# temp scripts used for debugging
*makevs/jdll/*.ijs
jj.ijs
# windows - most output files go to %userprofile%\jbld\jout
# some end up in the project folder and are marked here
# sometimes entire project subfolders are created that should not be in repo
*.sdf
*.opensdf
*.suo
**/jconsole/.vs/
**/jdll/**/.vs/
**/tsdll/**/.vs/
*.ilk
*.pdb
*.exp
# following are no longer required and prevent template folders
# **/jconsole/**/
# **/jdll/**/
# **/tsdll/**/
# windows - need to run with different versions of vs
# following files are in repo for vs2013
# but are not pushed to avoid getting unwanted user specific changes
# clone will have to copy from .template files to work
*.sln*
*.vcxproj*
!*.template
.vs/
# mac
.DS_Store
#android
android/libs/
android/obj/
android/jni/jsrc
android/jni/clapack
android/jni/pcre
android/jni/pcre2
android/jni/tsdll
android/jni/hostdefs
android/jni/netdefs
clapack/
pcre/
release
/test/temp.ijs
# build folders
out/
build/
bin/
make2/
/jlibrary/addons
/jlibrary/bin
/jlibrary/bin32
/jlibrary/system
/jlibrary/system/config
/jlibrary/system/main
/jlibrary/tools