diff options
author | YamaArashi <shadow962@live.com> | 2016-11-02 13:03:36 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-02 13:03:36 -0700 |
commit | a99e9a16c687cdf8c5d3874a73d1b9f7bf9f9d7a (patch) | |
tree | b5d35b18c2ba0b31b9bf2ef15889b6541417a2f8 | |
parent | a1e41e65a97e34dd57ad7baa397ce45b0e98693d (diff) |
add *.bat to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3c861e01a..827e6a00f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ src/*.s tools/* *.map *.ld +*.bat |