aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-24 00:33:45 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-12-24 00:42:02 +0000
commit8ff050d3893f0115b8bd3f1feda5d032f89fbc32 (patch)
tree6f8a493c19c2f4bcc59adebb7a88bcea97a7b3ea /.gitignore
parent1082934d042a5f8b397afc48a0b92edd8d779610 (diff)
downloadlibrebootfr-8ff050d3893f0115b8bd3f1feda5d032f89fbc32.tar.gz
librebootfr-8ff050d3893f0115b8bd3f1feda5d032f89fbc32.zip
ich9deblob: Replace makefile (use dependencies)
Use .h and .c files properly. Use header guards. Define function names in .h files (actual functions in the .c files), and so on. Move all functions from the .h files to corresponding .c files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5153b22f..f90772cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
/resources/utilities/ich9deblob/ich9deblob
/resources/utilities/coreboot-libre/tocheck
/resources/utilities/ich9deblob/*.o
+/resources/utilities/ich9deblob/*/*.o