diff options
Diffstat (limited to 'roms/edk2/BaseTools/.gitignore')
-rw-r--r-- | roms/edk2/BaseTools/.gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/roms/edk2/BaseTools/.gitignore b/roms/edk2/BaseTools/.gitignore new file mode 100644 index 000000000..a45689bc8 --- /dev/null +++ b/roms/edk2/BaseTools/.gitignore @@ -0,0 +1,20 @@ +*.d
+*.o
+*.obj
+*.pdb
+*.ilk
+*.exe
+*.pyc
+Source/C/VfrCompile/EfiVfrParser.cpp
+Source/C/VfrCompile/EfiVfrParser.h
+Source/C/VfrCompile/Pccts/antlr/antlr
+Source/C/VfrCompile/Pccts/dlg/dlg
+Source/C/VfrCompile/VfrLexer.cpp
+Source/C/VfrCompile/VfrLexer.h
+Source/C/VfrCompile/VfrParser.dlg
+Source/C/VfrCompile/VfrSyntax.cpp
+Source/C/VfrCompile/VfrTokens.h
+Source/C/bin/
+Source/C/libs/
+Bin/Win32
+Lib
\ No newline at end of file |