-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
40 lines (39 loc) · 987 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
\.orig$
\.orig\..*$
\.chg\..*$
\.rej$
\.conflict\~$
^src/tests/(?!readme.txt$).*$
^nbproject/.*$
^.idea/.*$
^src/docs/build/_static/.*$
^/src/docs/build/_static/.*$
^src/docs/build/_sources/.*$
^/src/docs/build/_sources/.*$
^src/docs/html/(?!readme.txt$).*$
^/src/docs/html/(?!readme.txt$).*$
^src/libexternal/(?!__init__.py$).*$
^src/functionslocal/row/(?!__init__.py$).*$
^/src/functionslocal/row/(?!__init__.py$).*$
^src/functionslocal/aggregate/(?!__init__.py$).*$
^/src/functionslocal/aggregate/(?!__init__.py$).*$
^src/functionslocal/vtable/(?!__init__.py$).*$
^/src/functionslocal/vtable/(?!__init__.py$).*$
^src/docs/build/.*$
^/src/docs/build/.*$
^src/docs/source/row\.txt$
^/src/docs/source/row\.txt$
^src/docs/source/aggregate\.txt$
^/src/docs/source/aggregate\.txt$
^src/docs/source/vtable\.txt$
^/src/docs/source/vtable\.txt$
# use glob syntax.
syntax: glob
*.pyc
*.db3
mterm_tel
project.properties
project.xml
private.xml
private.properties
src/docs/html/_sources/row.txt