.gitignore adjustments
This commit is contained in:
parent
4badfebefc
commit
bba43f3f43
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,6 +1,12 @@
|
|||
# Object files
|
||||
*.o
|
||||
|
||||
# editor artefacts
|
||||
*.swp
|
||||
.#*
|
||||
#*#
|
||||
*~
|
||||
|
||||
# Top level excludes
|
||||
/Makefile.bak
|
||||
/Makefile
|
||||
|
@ -19,6 +25,12 @@
|
|||
!/test/r160test.c
|
||||
!/test/fips_algvs.c
|
||||
|
||||
/test/*.ss
|
||||
/test/*.srl
|
||||
/test/.rnd
|
||||
/test/test*.pem
|
||||
/test/newkey.pem
|
||||
|
||||
# Certificate symbolic links
|
||||
*.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue