forked from accellera-official/systemc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
76 lines (67 loc) · 1.13 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
# ignore common patterns
.*.sw?
.#*
.DS_Store
*~
*.exe
*.l[oa]
*.[oa]
*.Plo
*.so
# ignore autoconf files
/aclocal.m4
/autom4te.cache/
/config/compile
# config.guess is patched locally to detect properly
# ppc, ppc64, i386, and x86_64 on Mac OS X
#/config/config.guess
#/config/config.sub
/config/ar-lib
/config/depcomp
/config/distclean
/config/install-sh
/config/libtool.m4
/config/ltmain.sh
/config/lt~obsolete.m4
/config/ltoptions.m4
/config/ltsugar.m4
/config/ltversion.m4
/config/missing
/config/mkinstalldirs
/config/test-driver
/configure
Makefile
Makefile.in
# ignore recommended build directory and variants
/build*/
/objdir*/
# ignore in-tree installation
/include/
/lib-*/
# ignore MSVC build files
*.suo
*.ncb
*.vcproj.*
*.vcxproj.*
*.old
*.tmp
*.sdf
*.XML
*.opensdf
*.db
Release/
Debug/
DebugDLL/
ReleaseDLL/
_UpgradeReport_Files/
#/msvc*/SystemC/SystemC.suo
#/msvc*/SystemC/SystemC.ncb
#/msvc*/SystemC/SystemC.vcproj.*
#/msvc*/SystemC/Release/
#/msvc*/SystemC/Debug/
#/msvc*/SystemC/ReleaseDLL/
#/msvc*/SystemC/DebugDLL/
#/msvc*/SystemC/_UpgradeReport_Files/
# ignore Doxygen documentation
/docs/*/doxygen/html/
/docs/*/doxygen/*.tag