Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
mbedtls
Commits
3f738ca4
Commit
3f738ca4
authored
Jan 28, 2015
by
Manuel Pégourié-Gonnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move some ignore patterns to subdirectories
parent
72f42d7a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
2 deletions
+10
-2
.gitignore
.gitignore
+0
-2
include/.gitignore
include/.gitignore
+2
-0
library/.gitignore
library/.gitignore
+2
-0
programs/.gitignore
programs/.gitignore
+3
-0
tests/.gitignore
tests/.gitignore
+3
-0
No files found.
.gitignore
View file @
3f738ca4
...
...
@@ -9,8 +9,6 @@ Coverage
library/polarssl.info
# MSVC files generated by CMake:
*.sln
*.vcxproj
*.filters
# MSVC build artifacts:
...
...
include/.gitignore
View file @
3f738ca4
Makefile
*.sln
*.vcxproj
library/.gitignore
View file @
3f738ca4
*.o
libpolarssl*
libmbedtls.*
*.sln
*.vcxproj
programs/.gitignore
View file @
3f738ca4
*/Makefile
*.sln
*.vcxproj
aes/aescrypt2
aes/crypt_and_hash
hash/generic_sum
...
...
tests/.gitignore
View file @
3f738ca4
*.sln
*.vcxproj
*.log
/test_suite*
data_files/mpi_write
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment