Add gitignore

Also rename executable name of quick compile helper
master
est31 2016-04-09 23:19:26 +02:00
parent 695822e45d
commit b9d057842f
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Binary as suggested by "the quick compile helper"
srp-test
# Temporary files
*swp

View File

@ -76,7 +76,7 @@ If you want to compile this and get running fast, this is the command
you can use on a recent Ubuntu (~15.04) box on a 64 bit arch:
```
cc -L/usr/lib/x86_64-linux-gnu/ -I/usr/include/ -lgmp -I. srp.c test_srp.c -Isha sha/sha*.c -lgmp -o gmp_test
cc -L/usr/lib/x86_64-linux-gnu/ -I/usr/include/ -lgmp -I. srp.c test_srp.c -Isha sha/sha*.c -lgmp -o srp-test
```
For other distributions/operating systems, you might have to adjust the paths.