diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-02-26 23:32:55 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-02-26 23:32:55 -0800 |
| commit | 204b8f787d47926a2727b0cbca81d1542855ae47 (patch) | |
| tree | 688f46c6010c6784a6f92549d91c3f55be872e49 | |
| parent | a7533bb90a66f97763bcd777f834e62a9e0723f8 (diff) | |
| parent | 20fc41a33d44c15f92306ffdd6cc5245600bace9 (diff) | |
| download | mruby-204b8f787d47926a2727b0cbca81d1542855ae47.tar.gz mruby-204b8f787d47926a2727b0cbca81d1542855ae47.zip | |
Merge pull request #900 from nurse/ignore-d-o-lib
Ignore *.d, *.o, and /lib
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ac8f67310..ae18ca834 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # / *.bak +*.d +*.o *.orig *.rej *.sav @@ -14,3 +16,4 @@ cscope.out /src/y.tab.c /bin /build +/lib |
