-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
107 lines (97 loc) · 1.4 KB
/
.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
*.class
*.dmp
*.ilk
*.pdb
*.beam
*.cgo
*.obj
*.[oa]
*.dump
*.ncb
*.suo
*.stackdump
*.opensdf
*.sdf
*.vcxproj.*
.sconsign.*
# OS or Editor folders
.DS_Store
Thumbs.db
.cache
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
# Dreamweaver added files
_notes
dwsync.xml
# Komodo
*.komodoproject
.komodotools
# Folders to ignore
.hg
.svn
.CVS
intermediate
publish
.idea
# Don't put the binary toolsets in the repo...
toolsets/_dl/
toolsets/_brew/
toolsets/*/nt-x86/
toolsets/*/nt-x64/
toolsets/*/osx-x86/
toolsets/*/osx-x64/
toolsets/*/osx-arm64/
toolsets/*/lin-x64/
toolsets/*/jars/
toolsets/*/jvm/
toolsets/*/python/
toolsets/*/dist/
toolsets/*/docs/
# Symbolic links
bin/osx-x86/python2
# ham
sources/ham/tests/*/*.exe
sources/ham/tests/*/*.x64
sources/ham/src/Makefile
sources/ham/src/builds/unix/config.status
sources/ham/src/jambase.c
# astyle
sources/astyle/build/vs2012/Release/
sources/astyle/build/vs2012/Debug/
sources/astyle/build/vs2012/bin/
# misc
bin/.bash_history
sources/*/tests/*.exe
sources/*/tests/*.x86
sources/*/tests/*.x64
bin/nt-x86/winscp.ini
# cppm build artifacts
bin/*/*_ra.dylib
bin/*/*_ra.dll
bin/*/*_ra.so
bin/*/*_ra.exe
bin/*/*_ra.x64
bin/*/*_ra
bin/*/*_da.dylib
bin/*/*_da.dll
bin/*/*_da.so
bin/*/*_da.exe
bin/*/*_da.x64
bin/*/*_da
libs/msvc-nt-x86/
libs/msvc-nt-x64/