-
-
Notifications
You must be signed in to change notification settings - Fork 224
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (52 loc) · 683 Bytes
/
.gitignore
File metadata and controls
56 lines (52 loc) · 683 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
*.moc
moc_*.cpp
Makefile
*~
*.bak
.qmake.stash
.vscode
log/
doc/
src/trash/
tools/tspawn/defaults/
src/test/sharedmemorylogstream/log/
Gemfile.lock
# 3rdparty/**/*.cmake
3rdparty/**/*.pc
**/CMakeCache.txt
**/moc_predefs.h
**/CMakeFiles/
!3rdparty/**/Makefile
# Linux
*.o
*.a
*.so
*.so.*
*.pro.user
*.filters
3rdparty/mongo-c-driver/src/*.os
docs/_site/
tools/tfmanager/treefrog
tools/tfserver/tadpole
tools/tmake/test/tmaketest
tools/tmake/tmake
tools/tspawn/tspawn
# macOS
*.dylib
**/target_wrapper.sh
# Windows
**/Release/
**/Debug/
**/target_wrapper.bat
*.obj
*.pdb
*.rc
*.ilk
*.Release
*.Debug
*.suo
*.sdf
*.wixpdb
*.wixobj
installer/msi/TreeFrogFiles.wxs
installer/**/*.msi