.gitignore adjustments
This commit is contained in:
parent
8a17e161d1
commit
4782444a35
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,6 +1,12 @@
|
|||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
|
|
||||||
|
# editor artefacts
|
||||||
|
*.swp
|
||||||
|
.#*
|
||||||
|
#*#
|
||||||
|
*~
|
||||||
|
|
||||||
# Top level excludes
|
# Top level excludes
|
||||||
/Makefile.bak
|
/Makefile.bak
|
||||||
/Makefile
|
/Makefile
|
||||||
@ -19,6 +25,12 @@
|
|||||||
!/test/r160test.c
|
!/test/r160test.c
|
||||||
!/test/fips_algvs.c
|
!/test/fips_algvs.c
|
||||||
|
|
||||||
|
/test/*.ss
|
||||||
|
/test/*.srl
|
||||||
|
/test/.rnd
|
||||||
|
/test/test*.pem
|
||||||
|
/test/newkey.pem
|
||||||
|
|
||||||
# Certificate symbolic links
|
# Certificate symbolic links
|
||||||
*.0
|
*.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user