diff options
author | Alon Zakai <azakai@google.com> | 2019-12-22 10:24:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-22 10:24:11 -0800 |
commit | 977aa84f357d051b0ddc60f204c6b743463c3c6f (patch) | |
tree | 41f87e328f32bbba39da8eebd44b6c150b423d90 /.gitignore | |
parent | 8f78bb90561fa17791ae6b865c4238b5fca1b8d4 (diff) | |
download | binaryen-977aa84f357d051b0ddc60f204c6b743463c3c6f.tar.gz binaryen-977aa84f357d051b0ddc60f204c6b743463c3c6f.tar.bz2 binaryen-977aa84f357d051b0ddc60f204c6b743463c3c6f.zip |
Reorder git ignores (#2549)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index dc389c958..2b9fb4a53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ Makefile -*.o -*.obj *.pyc *~ *.diff @@ -22,6 +20,8 @@ CMakeFiles /bin/ /lib/ config.h +*.o +*.obj # files related to bulding in-tree on windows /.vs/ |