-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path.gitignore
98 lines (88 loc) · 1.26 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
*~
\#*#
.#*
*.o
*.pyc
*.gcov
*.gcda
*.gcno
*.log
*.orig
.deps/
.dirstamp
/.deps/
/.dirstamp
*/.deps/
*/.dirstamp
*/*/.deps/
*/*/.dirstamp
*/*/*/.deps/
*/*/*/.dirstamp
/aclocal.m4
/autom4te.cache
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/configure
/Makefile
/Makefile.in
/stamp-*
#/config-aux/depcomp
#/config-aux/install-sh
#/config-aux/missing
#/config-aux/compile
config-aux/ltmain.sh
#config-aux/*.m4 boost files are here
config-aux/config.sub
config-aux/config.guess
#automatcally generated by libtool
config-aux/libtool.m4
config-aux/ltoptions.m4
config-aux/ltsugar.m4
config-aux/ltversion.m4
config-aux/lt~obsolete.m4
#for some reason our m4 files are in config-aux folder
/m4
/protolist.cc
/steglist.cc
/unitgrplist.cc
/libstegotorus.a
/stegotorus
/stegotorus.exe
/tltester
/tltester.exe
/unittests
/unittests.exe
/g_unittests
/g_unittests.exe
/pgen_fake
/pgen_fake.exe
/pgen_pcap
/tester_proxy
/tester_proxy.exe
/webpage_tester
/webpage_tester.exe
/build/
/build-*/
/bench/
/bench-*/
/scripts/build/
/scripts/build-windows/
/scripts/build-android/
/scripts/build-linux/
/scripts/releases/
/src/test/testbuf/
/gdb_emacs/
/apache_payload/*
/traces/*
/src/test/tester_proxy/*
#debugging stuff
tools
tmp
#global and gtag
GPATH
GRTAGS
GTAGS