diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-01 04:51:53 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-01 04:51:53 +0800 |
commit | 68ccbefc94e9c24684ccbe9a520aeb13aff0a067 (patch) | |
tree | ed2b31c6e3fa35ae1a09915bee04240644121e66 /.gitignore | |
download | dexon-68ccbefc94e9c24684ccbe9a520aeb13aff0a067.tar dexon-68ccbefc94e9c24684ccbe9a520aeb13aff0a067.tar.gz dexon-68ccbefc94e9c24684ccbe9a520aeb13aff0a067.tar.bz2 dexon-68ccbefc94e9c24684ccbe9a520aeb13aff0a067.tar.lz dexon-68ccbefc94e9c24684ccbe9a520aeb13aff0a067.tar.xz dexon-68ccbefc94e9c24684ccbe9a520aeb13aff0a067.tar.zst dexon-68ccbefc94e9c24684ccbe9a520aeb13aff0a067.zip |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..de3a847ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile ~/.gitignore_global + +/tmp +*/**/*un~ +*un~ +.DS_Store +*/**/.DS_Store +ethereum/ethereum +ethereal/ethereal + |