diff options
author | obscuren <geffobscura@gmail.com> | 2014-01-24 03:14:01 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-01-24 03:14:01 +0800 |
commit | 2b32f47d2c17aaee655d56fd91c95798652b1116 (patch) | |
tree | 6c39a8c7d12234f7ecc25a0baaff5d56c22c1dfd /.gitignore | |
download | dexon-2b32f47d2c17aaee655d56fd91c95798652b1116.tar.gz dexon-2b32f47d2c17aaee655d56fd91c95798652b1116.tar.zst dexon-2b32f47d2c17aaee655d56fd91c95798652b1116.zip |
Initial commit bootstrapping package
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..f725d58d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# 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 + |