summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-23 19:33:45 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-23 19:42:02 (EST)
commit8ff050d3893f0115b8bd3f1feda5d032f89fbc32 (patch)
tree6f8a493c19c2f4bcc59adebb7a88bcea97a7b3ea /.gitignore
parent1082934d042a5f8b397afc48a0b92edd8d779610 (diff)
downloadlibreboot-8ff050d3893f0115b8bd3f1feda5d032f89fbc32.zip
libreboot-8ff050d3893f0115b8bd3f1feda5d032f89fbc32.tar.gz
libreboot-8ff050d3893f0115b8bd3f1feda5d032f89fbc32.tar.bz2
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 5153b22..f90772c 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