forked from jsoftware/jsource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
84 lines (72 loc) · 1.44 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
# jversion.h has 9!:14'' info
# jversion-x.h default is in repo
# jversion.h is your local edit copy and is not in repo
jsrc/jversion.h
# unix
*.o
*.so
!asm/*.o
# temp scripts used for debugging
*makevs/jdll/*.ijs
foo.ijs
jj.ijs
test*.txt
*.tmp
# 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
# 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
bin/
!pthreads4w/bin/
!pthreads4w/bin/pthreadVC3.dll
make2/
jlibrary/bin/
jlibrary/bin32/
jlibrary/system/
jlibrary/system/config/
jlibrary/system/main/
jlibrary/tools/
#github workflow action folders
j64/
# addons
jlibrary/addons
!jlibrary/addons/data/jfiles
!jlibrary/addons/data/jmf
!jlibrary/addons/dev/fold
!jlibrary/addons/dev/lu