forked from Parchive/par2cmdline
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
62 lines (54 loc) · 721 Bytes
/
.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
# when developing and you really want to clean everything up
# run git clean -fdx
# thx @spider-mario
# compilation output
par2
libpar2.a
*.o
.deps/
par2.exe
tests/*.exe
# test output
*.trs
*.log
tests/runtest*
# unit test binaries
tests/*_test
tests/.dirstamp
# autotools output
aclocal.m4
autom4te.cache/
compile
test-driver
Makefile.in
Makefile
config.h
config.status
configure
stamp-h
stamp-h1
src/.dirstamp
install-sh
missing
ar-lib
# windows
Release/
Debug/
*.old
par2cmdline.vcxproj.user
par2cmdline.suo
.vs/
test.*
# Linux perf record output
perf.*
# gcc -fprofile-use
*.gcda
# eclipse stuff you get when you point it at a Makefile project
.cproject
.project
.settings
# emacs files
*~
.#*
\#*#
.~lock.*#