-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (55 loc) · 986 Bytes
/
Copy path.gitignore
File metadata and controls
56 lines (55 loc) · 986 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
56
# ignore generated html files,
*.exe
*.o
# except foo.html which is maintained by hand
!foo.html
*.class
target/
log.txt
output.txt
.settings
.classpath
.project
*#
Debug
Release
x64
obj
ipch
*.sdf
*.suo
*.opensdf
*.log
*.dvi
*.aux
*.dll
*.vcxproj
*.vcxproj.filters
CMakeFiles/
*.sln
*.vcxproj.user
*.cmake
CMakeCache.txt
Makefile
*backup
o*.txt
*~
project
out.xml
handOutput.txt
input/
output/
2013/Solution/TestResult.xml
*.vsp
2013/Solution/Main.psess
*.nupkg
2013/Solution/packages/NUnitTestAdapter.WithFramework.1.0/lib/nunit.framework.xml
2013/Solution/packages/NUnitTestAdapter.WithFramework.1.0/tools/install.ps1
2013/Solution/packages/xunit.1.9.2/lib/net20/xunit.xml
2013/Solution/packages/xunit.1.9.2/xunit.1.9.2.nuspec
2013/Solution/packages/xunit.1.9.2/lib/net20/xunit.dll.tdnet
2013/Solution/packages/NUnitTestAdapter.WithFramework.1.0/NUnitTestAdapter.WithFramework.1.0.nuspec
2013/Solution/packages/repositories.config
2013/Solution/UnitTest/packages.config
*.pdb
*.user