forked from jsoftware/jsource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (41 loc) · 912 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
# 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
# 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/**/
**/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
# *.vcxproj was excluded but that meant clone did not work -
*.sln
!*.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
linenoise.c
linenoise.h
clapack/
pcre/
release
/test/temp.ijs