forked from ikarosilva/wfdb-app-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (35 loc) · 640 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (35 loc) · 640 Bytes
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
/bin/
/database/
/Makefile~
*~
*.orig
*.rej
*.o
*.a
*.so
*.so.*
*.dll
*.exe
*.dylib
*.class
*.zip
*.jar
/mcode/nativelibs/*.c
/mcode/nativelibs/*.tar.gz
/mcode/nativelibs/*/bin/*
/mcode/nativelibs/*/build/*
/mcode/nativelibs/*/database/*
/mcode/nativelibs/*/include/*
/mcode/nativelibs/*/lib/*
/mcode/nativelibs/*/lib64/*
/mcode/nativelibs/*/share/*
/mcode/html/*.html
!/mcode/html/template.html
!/mcode/html/template_bottom.html
/dependencies/jni/aclocal.m4
/dependencies/jni/autom4te.cache/*
/dependencies/jni/configure
/dependencies/jni/config.guess
/dependencies/jni/config.sub
/dependencies/jni/install-sh
/dependencies/jni/ltmain.sh