updated gitignore and VS2008 project file
This commit is contained in:
parent
412b2ee1fc
commit
5b1c0108c9
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,5 +1,7 @@
|
|||||||
# suppress compiler/linker output
|
# suppress compiler/linker output
|
||||||
*.[oa]
|
*.[oa]
|
||||||
|
*.obj
|
||||||
|
[Dd]ebug/
|
||||||
|
|
||||||
# suppress output of build process
|
# suppress output of build process
|
||||||
gcc_[12].txt
|
gcc_[12].txt
|
||||||
@ -13,3 +15,15 @@ test
|
|||||||
test.exe
|
test.exe
|
||||||
tv_gen
|
tv_gen
|
||||||
tv_gen.exe
|
tv_gen.exe
|
||||||
|
timing
|
||||||
|
timing.exe
|
||||||
|
|
||||||
|
# Visual Studio special files
|
||||||
|
# ignore user specific settings
|
||||||
|
*.user
|
||||||
|
*.suo
|
||||||
|
# ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
|
||||||
|
*.ncb
|
||||||
|
# ignore VS intermediate and program database files
|
||||||
|
*.idb
|
||||||
|
*.pdb
|
||||||
|
@ -216,6 +216,10 @@
|
|||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\src\ciphers\camellia.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="src\ciphers\cast5.c"
|
RelativePath="src\ciphers\cast5.c"
|
||||||
>
|
>
|
||||||
@ -681,6 +685,10 @@
|
|||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\src\encauth\ccm\ccm_memory_ex.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="src\encauth\ccm\ccm_test.c"
|
RelativePath="src\encauth\ccm\ccm_test.c"
|
||||||
>
|
>
|
||||||
@ -6938,6 +6946,14 @@
|
|||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="dh"
|
||||||
|
>
|
||||||
|
<File
|
||||||
|
RelativePath=".\src\pk\dh\dh.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="prngs"
|
Name="prngs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user