Skip to content

Commit 45e4a4e

Browse files
author
Kenneth Geisshirt
committed
Ignore ubuntu/debian packaging files.
1 parent 13c123f commit 45e4a4e

1 file changed

Lines changed: 77 additions & 72 deletions

File tree

.gitignore

Lines changed: 77 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,75 @@
1-
*~
2-
*.bat
3-
*.orig
4-
tightdb_jni??d*.dll
5-
tightdb_jni*.exp
6-
7-
/examples/*/*/generated/*
8-
/examples/*/generated/*
9-
/examples/*/generated-sources/*
10-
/examples/*/lib
11-
12-
*.tightdb
13-
.metadata/*
14-
15-
*.sdf
16-
*.opensdf
17-
*.ipch
18-
/bin
19-
20-
.classpath
21-
.project
22-
.factorypath
23-
target
24-
25-
*/.classpath
26-
*/.project
27-
*/.factorypath
28-
29-
#ignore thumbnails created by windows
30-
Thumbs.db
31-
#Ignore files build by Visual Studio
32-
*.obj
33-
*.exe
34-
*.pdb
35-
*.user
36-
*.aps
37-
*.pch
38-
*.vspscc
39-
*_i.c
40-
*_p.c
41-
*.ncb
42-
*.suo
43-
*.tlb
44-
*.tlh
45-
*.bak
46-
*.cache
47-
*.ilk
48-
*.log
49-
[Bb]in
50-
[Dd]ebug*/
51-
*.lib
52-
*.sbr
53-
obj/
54-
[Rr]elease*/
55-
_ReSharper*/
56-
[Tt]est[Rr]esult*
57-
*/target
58-
.settings/*
59-
*/.settings/*
60-
*/test-output
61-
62-
# ref-doc
63-
/doc/ref/html
64-
65-
# sh build.sh config
66-
/config
67-
68-
# sh build.sh build
69-
/lib
70-
71-
# sh build.sh test
72-
/test_output
1+
*~
2+
*.bat
3+
*.orig
4+
tightdb_jni??d*.dll
5+
tightdb_jni*.exp
6+
7+
/examples/*/*/generated/*
8+
/examples/*/generated/*
9+
/examples/*/generated-sources/*
10+
/examples/*/lib
11+
12+
*.tightdb
13+
.metadata/*
14+
15+
*.sdf
16+
*.opensdf
17+
*.ipch
18+
/bin
19+
20+
.classpath
21+
.project
22+
.factorypath
23+
target
24+
25+
*/.classpath
26+
*/.project
27+
*/.factorypath
28+
29+
#ignore thumbnails created by windows
30+
Thumbs.db
31+
#Ignore files build by Visual Studio
32+
*.obj
33+
*.exe
34+
*.pdb
35+
*.user
36+
*.aps
37+
*.pch
38+
*.vspscc
39+
*_i.c
40+
*_p.c
41+
*.ncb
42+
*.suo
43+
*.tlb
44+
*.tlh
45+
*.bak
46+
*.cache
47+
*.ilk
48+
*.log
49+
[Bb]in
50+
[Dd]ebug*/
51+
*.lib
52+
*.sbr
53+
obj/
54+
[Rr]elease*/
55+
_ReSharper*/
56+
[Tt]est[Rr]esult*
57+
*/target
58+
.settings/*
59+
*/.settings/*
60+
*/test-output
61+
62+
# ref-doc
63+
/doc/ref/html
64+
65+
# sh build.sh config
66+
/config
67+
68+
# sh build.sh build
69+
/lib
70+
71+
# sh build.sh test
72+
/test_output
7373

7474
.DS_Store
7575
.idea
@@ -78,3 +78,8 @@ _ReSharper*/
7878
*.lock
7979

8080
tightdb-java-test/testng.xml
81+
82+
# debian packaging
83+
/debian/tightdb-java
84+
/debian/tightdb-java-dev
85+
/debian/.mh

0 commit comments

Comments
 (0)