forked from kindahl/ckcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (44 loc) · 619 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (44 loc) · 619 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
/_ReSharper.ckcore_vc10/*
/lib/*
/lib64/*
/obj/*
/tests/bin/test*
/tests/bin/filetester*
/tests/bin/smallclient*
/tests/bin/streambench
/tests/test.cc
/tests/Debug/*
/tests/Release/*
/tests/*.vcproj.*.user
/tests/*.vcxproj.user
*.ncb
*.suo
*.sdf
*.opensdf
/src/windows/*.vcproj.*.user
/src/windows/*.vcxproj.user
/src/windows/test.cc
/src/windows/ipch/*
/ipch/*
/aclocal.m4
/autom4te.cache/*
/config.guess
/config.log
/config.status
/config.sub
/configure
/depcomp
/install-sh
/libtool
/ltmain.sh
/m4/*
/Makefile
/missing
/src/*.o
/src/*.lo
/src/*.la
/src/.deps
/src/.libs
/src/Makefile
/src/unix/Makefile
Makefile.in