-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (64 loc) · 1.14 KB
/
.gitignore
File metadata and controls
77 lines (64 loc) · 1.14 KB
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
# 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
# mpir
!mpir/**/libgmp.so
# 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
*.ilk
*.pdb
*.exp
*.res
*.exe
.vs
**/.vs/**
# following are required and prevent user's local files
**/jconsole/**/
**/jdll/**/
**/tsdll/**/
**/Release64/**/
# 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
*.dSYM/
android/
clapack/
pcre/
release
test/temp.ijs
# build folders
bin/
make2/obj/
#github workflow action folders
j64/
tools/
system/
addons/
# jlibrary
jlibrary/
# misc
jsrc/toc.txt
pthreads4w/src/
makemsvc/jdll/*.asm
makemsvc/jamalgam/*.asm