aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorOZone <me.OZone@Gmail.com>2020-05-15 14:05:03 +0300
committerGitHub <noreply@github.com>2020-05-15 13:05:03 +0200
commit8f093f5e8418a0f79e82d11321398cc52e60868e (patch)
tree8cd1b6880a35d9fbb595c2ce01e612c8e2d678f2 /.gitignore
parentf0db711f46e6fdf0ec300c2b6eccf58bc46fe8cf (diff)
downloadbrotli-8f093f5e8418a0f79e82d11321398cc52e60868e.zip
brotli-8f093f5e8418a0f79e82d11321398cc52e60868e.tar.gz
brotli-8f093f5e8418a0f79e82d11321398cc52e60868e.tar.bz2
.gitignore: Ignore .obj files (#805)
EDK II windows build produces .obj files in source tree
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e3a69e6..1e269cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# C
*.o
+*.obj
bin/
buildfiles/
**/obj/