Skip to content

Commit c143b31

Browse files
Merge pull request #130 from gilles-peskine-arm/psa-api-1.0-beta-merge_development_20190524
Merge development into psa-api-1.0-beta
2 parents 6562dd3 + a3b93ff commit c143b31

File tree

489 files changed

+2018
-76269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

489 files changed

+2018
-76269
lines changed

.gitignore

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
1+
# Random seed file created by test scripts and sample programs
2+
seedfile
3+
4+
# CMake build artifacts:
15
CMakeCache.txt
26
CMakeFiles
37
CTestTestfile.cmake
48
cmake_install.cmake
59
Testing
10+
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
11+
*.dir/
12+
# MSVC files generated by CMake:
13+
/*.sln
14+
/*.vcxproj
15+
/*.filters
16+
17+
# Test coverage build artifacts:
618
Coverage
719
*.gcno
820
*.gcda
921

1022
# generated by scripts/memory.sh
1123
massif-*
1224

13-
# MSVC files generated by CMake:
14-
/*.sln
15-
/*.vcxproj
16-
/*.filters
17-
1825
# MSVC build artifacts:
1926
*.exe
2027
*.pdb
@@ -24,5 +31,13 @@ massif-*
2431
# Python build artifacts:
2532
*.pyc
2633

27-
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
28-
*.dir/
34+
# Generated documentation:
35+
/apidoc
36+
37+
# Editor navigation files:
38+
/GPATH
39+
/GRTAGS
40+
/GSYMS
41+
/GTAGS
42+
/TAGS
43+
/tags

.globalrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
default:\
2+
:langmap=c\:.c.h.function:\
3+

0 commit comments

Comments
 (0)