summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorNARUSE, Yui <[email protected]>2013-02-27 11:08:37 +0900
committerNARUSE, Yui <[email protected]>2013-02-27 11:08:37 +0900
commit20fc41a33d44c15f92306ffdd6cc5245600bace9 (patch)
treef72e42563cbe91cf06cb0b74897da697af28b139 /.gitignore
parentd3418a7ac8cf6a98da6572a169ce3aeaf7d93c35 (diff)
downloadmruby-20fc41a33d44c15f92306ffdd6cc5245600bace9.tar.gz
mruby-20fc41a33d44c15f92306ffdd6cc5245600bace9.zip
Ignore *.d, *.o, and /lib
Diffstat (limited to '.gitignore')
-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