summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-02-26 23:32:55 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-02-26 23:32:55 -0800
commit204b8f787d47926a2727b0cbca81d1542855ae47 (patch)
tree688f46c6010c6784a6f92549d91c3f55be872e49
parenta7533bb90a66f97763bcd777f834e62a9e0723f8 (diff)
parent20fc41a33d44c15f92306ffdd6cc5245600bace9 (diff)
downloadmruby-204b8f787d47926a2727b0cbca81d1542855ae47.tar.gz
mruby-204b8f787d47926a2727b0cbca81d1542855ae47.zip
Merge pull request #900 from nurse/ignore-d-o-lib
Ignore *.d, *.o, and /lib
-rw-r--r--.gitignore3
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