diff options
author | Blaine Bublitz <blaine.bublitz@gmail.com> | 2020-10-18 10:47:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-18 10:47:40 -0700 |
commit | bde6878ee30baeda4a1ee82fb9c933768a17b6b2 (patch) | |
tree | 706ed2554200e1c5ad25fbc7f8360e97b81ec8ba /.gitignore | |
parent | 056870687abaa7ff9cd887a8fcf13bba1ccfa203 (diff) | |
download | binaryen-bde6878ee30baeda4a1ee82fb9c933768a17b6b2.tar.gz binaryen-bde6878ee30baeda4a1ee82fb9c933768a17b6b2.tar.bz2 binaryen-bde6878ee30baeda4a1ee82fb9c933768a17b6b2.zip |
Only ignore the root `config.h` file (#3256)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6a51c13ef..0f06f37e7 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,7 @@ CMakeFiles /.ninja_log /bin/ /lib/ -config.h +/config.h *.o *.obj |