diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-01-16 17:06:36 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-01-16 17:06:36 +0800 |
commit | e17acf40123eb5627c5147aea3fa270be297a77a (patch) | |
tree | b22c35c75316d9ba068af52968f90a4c9bb6d9da | |
parent | 9fc7b239ce8735d46d2c3471dad042f2e3538426 (diff) | |
download | dexon-mcl-e17acf40123eb5627c5147aea3fa270be297a77a.tar.gz dexon-mcl-e17acf40123eb5627c5147aea3fa270be297a77a.tar.zst dexon-mcl-e17acf40123eb5627c5147aea3fa270be297a77a.zip |
add .gitignore
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8888b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +CVS +java/*_wrap.cxx +*.class +GPATH +GRTAGS +GTAGS +*.o +*.d +*.exe |