[PATCH 2/2] .gitignore: Add aslcompiler.y
Prarit Bhargava
prarit at redhat.com
Tue Jan 17 18:44:37 UTC 2017
The file src/acpica/source/compiler/aslcompiler.y is created dynamically
as part of the ACPICA source compilation. This file shows up in git
queries as having been created and must be excluded from git queries.
I have added aslcompiler.y to .gitignore.
Signed-off-by: Prarit Bhargava <prarit at redhat.com>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index c2b676ace500..7ae1561839d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@ src/utilities/kernelscan
fwts-test/*/*.sh.trs
fwts-test/*/*.sh.log
fedora/rpm
+src/acpica/source/compiler/aslcompiler.y
--
1.7.9.3
More information about the fwts-devel
mailing list