forked from bloomberg/bde
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (55 loc) · 914 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
48
49
50
51
52
53
54
55
56
57
58
59
# ignore objects, archives, tasks, and backups anywhere in the tree
*.[oa]
# except for bces_atomicutilimpl_powerpc*.o
# It's likely those files should never have been checked in, but they
# are small, and they are part of the history of bce.
!bces_atomicutilimpl_powerpc*.o
*.lib
*.obj
*.tsk
*.exe
*.exp
*.tmp
*.orig
*.bak
# ignore vim swapfiles
.*.sw?
*~
# ignore bde_build.pl build and copy directories. Ignore them both with and
# without the /, since symlinks don't match / rules.
unix-*
windows-*
unix-*/
windows-*/
include/
# allow test/include from bsl+apache
!groups/bsl/bsl+apache/test/include/
lib/
build/
_build/
coverage/
TAGS
*.pyc
.lock-waf*
.waf-*
.nfs*
# gyp and generated Visual Studio files
*.gyp
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.suo
*.sdf
*.opensdf
.vs/
# Visual Studio 2017 files
*.VC.db
*.VC.opendb
*.VC.db-shm
*.VC.db-wal
*.ipch
.vs/
# MacOS files
.DS_Store
.vscode/