|
1 | | -# suppress compiler/linker output |
2 | | -*.[oa] |
3 | | -*.obj |
4 | | -*.dylib* |
5 | | -*.dll* |
6 | | -*.so* |
7 | | -[Dd]ebug/ |
8 | | -[Rr]elease/ |
9 | | -/MSVC_* |
10 | | -.bin/ |
11 | | - |
12 | | -# release files |
13 | | -/libtomcrypt-* |
14 | | -/crypt-* |
15 | | -pre_gen/ |
16 | | - |
17 | | -# suppress output of build process |
18 | | -gcc_[12].txt |
19 | | -testok.txt |
20 | | -test_*.txt |
21 | | -tv.txt |
22 | | -*_tv.txt |
23 | | -doxygen/ |
24 | | -doc/crypt.pdf |
25 | | -doc/refman.pdf |
26 | | - |
27 | | -# *nix/windows test executables |
28 | | -ltc-* |
29 | | -aesgcm |
30 | | -aesgcm.exe |
31 | | -constants |
32 | | -constants.exe |
33 | | -crypt |
34 | | -crypt.exe |
35 | | -der_print_flexi |
36 | | -der_print_flexi.exe |
37 | | -hashsum |
38 | | -hashsum.exe |
39 | | -multi |
40 | | -multi.exe |
41 | | -openssl-enc |
42 | | -openssl-enc.exe |
43 | | -openssh-privkey |
44 | | -openssh-privkey.exe |
45 | | -latex-tables |
46 | | -latex-tables.exe |
47 | | -sizes |
48 | | -sizes.exe |
49 | | -small |
50 | | -small.exe |
51 | | -test |
52 | | -test.exe |
53 | | -tv_gen |
54 | | -tv_gen.exe |
55 | | -timing |
56 | | -timing.exe |
57 | | - |
58 | | -# Visual Studio special files |
59 | | -# ignore user specific settings |
60 | | -*.user |
61 | | -*.suo |
62 | | -# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar) |
63 | | -*.ncb |
64 | | -# ignore VS intermediate and program database files |
65 | | -*.idb |
66 | | -*.pdb |
67 | | - |
68 | | -# Eclipse special files |
69 | | -.project |
70 | | -.cproject |
71 | | -.settings/ |
72 | | - |
73 | | -# KDevelop special files |
74 | | -*.kdev4 |
75 | | - |
76 | | - |
77 | | -# macOS special files |
78 | | -.DS_Store |
79 | | - |
80 | | -# other special files |
81 | | -showlibs # symlink to .libs |
82 | | - |
83 | | -# oops ;) but we don't want them to appear in the repository... |
84 | | -*.stackdump |
85 | | -*.core |
86 | | - |
87 | | -# misc |
88 | | -*.rej |
89 | | -*.patch |
90 | | -*.diff |
91 | | -*.orig |
92 | | -*.out |
93 | | -*.ll |
94 | | -*.gcda |
95 | | -*.gcno |
96 | | -*.gcov |
97 | | -libtomcrypt.pc |
98 | | - |
99 | | -# output from doc generation |
100 | | -doxygen/ |
101 | | -*.dvi |
102 | | -*.log |
103 | | -*.aux |
104 | | -*.toc |
105 | | -*.idx |
106 | | -*.ilg |
107 | | -*.ind |
108 | | -*.out |
109 | | -*.lof |
110 | | -*.bak |
111 | | - |
112 | | -coverage*/ |
113 | | -coverage*.info |
114 | | - |
115 | | -# coverity intermediate directory etc. |
116 | | -cov-int/ |
117 | | -.coverity_* |
118 | | -libtomcrypt.lzma |
119 | | - |
120 | | -# cmake build directories |
121 | | -build*/ |
| 1 | +# suppress compiler/linker output |
| 2 | +*.[oa] |
| 3 | +*.obj |
| 4 | +*.dylib* |
| 5 | +*.dll* |
| 6 | +*.so* |
| 7 | +[Dd]ebug/ |
| 8 | +[Rr]elease/ |
| 9 | +/MSVC_* |
| 10 | +.bin/ |
| 11 | + |
| 12 | +# release files |
| 13 | +/libtomcrypt-* |
| 14 | +/crypt-* |
| 15 | +pre_gen/ |
| 16 | + |
| 17 | +# suppress output of build process |
| 18 | +gcc_[12].txt |
| 19 | +testok.txt |
| 20 | +test_*.txt |
| 21 | +tv.txt |
| 22 | +*_tv.txt |
| 23 | +doxygen/ |
| 24 | +doc/crypt.pdf |
| 25 | +doc/refman.pdf |
| 26 | + |
| 27 | +# *nix/windows test executables |
| 28 | +ltc-* |
| 29 | +aesgcm |
| 30 | +aesgcm.exe |
| 31 | +constants |
| 32 | +constants.exe |
| 33 | +crypt |
| 34 | +crypt.exe |
| 35 | +der_print_flexi |
| 36 | +der_print_flexi.exe |
| 37 | +hashsum |
| 38 | +hashsum.exe |
| 39 | +multi |
| 40 | +multi.exe |
| 41 | +openssl-enc |
| 42 | +openssl-enc.exe |
| 43 | +openssh-privkey |
| 44 | +openssh-privkey.exe |
| 45 | +latex-tables |
| 46 | +latex-tables.exe |
| 47 | +sizes |
| 48 | +sizes.exe |
| 49 | +small |
| 50 | +small.exe |
| 51 | +test |
| 52 | +test.exe |
| 53 | +tv_gen |
| 54 | +tv_gen.exe |
| 55 | +timing |
| 56 | +timing.exe |
| 57 | + |
| 58 | +# Visual Studio special files |
| 59 | +# ignore user specific settings |
| 60 | +*.user |
| 61 | +*.suo |
| 62 | +# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar) |
| 63 | +*.ncb |
| 64 | +# ignore VS intermediate and program database files |
| 65 | +*.idb |
| 66 | +*.pdb |
| 67 | + |
| 68 | +# Eclipse special files |
| 69 | +.project |
| 70 | +.cproject |
| 71 | +.settings/ |
| 72 | + |
| 73 | +# KDevelop special files |
| 74 | +*.kdev4 |
| 75 | + |
| 76 | + |
| 77 | +# macOS special files |
| 78 | +.DS_Store |
| 79 | + |
| 80 | +# other special files |
| 81 | +showlibs # symlink to .libs |
| 82 | + |
| 83 | +# oops ;) but we don't want them to appear in the repository... |
| 84 | +*.stackdump |
| 85 | +*.core |
| 86 | + |
| 87 | +# misc |
| 88 | +*.rej |
| 89 | +*.patch |
| 90 | +*.diff |
| 91 | +*.orig |
| 92 | +*.out |
| 93 | +*.ll |
| 94 | +*.gcda |
| 95 | +*.gcno |
| 96 | +*.gcov |
| 97 | +libtomcrypt.pc |
| 98 | + |
| 99 | +# output from doc generation |
| 100 | +doxygen/ |
| 101 | +*.dvi |
| 102 | +*.log |
| 103 | +*.aux |
| 104 | +*.toc |
| 105 | +*.idx |
| 106 | +*.ilg |
| 107 | +*.ind |
| 108 | +*.out |
| 109 | +*.lof |
| 110 | +*.bak |
| 111 | + |
| 112 | +coverage*/ |
| 113 | +coverage*.info |
| 114 | + |
| 115 | +# coverity intermediate directory etc. |
| 116 | +cov-int/ |
| 117 | +.coverity_* |
| 118 | +libtomcrypt.lzma |
| 119 | + |
| 120 | +# cmake build directories |
| 121 | +build*/ |
0 commit comments