diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-29 21:35:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-29 21:35:36 +0300 |
commit | 61d35617036a2170160e91fdc8f93410ae7d0e3e (patch) | |
tree | bb0d20e3441ef66ceaabea41947a4afa05ea1d4b | |
download | docs-61d35617036a2170160e91fdc8f93410ae7d0e3e.tar.gz docs-61d35617036a2170160e91fdc8f93410ae7d0e3e.tar.bz2 docs-61d35617036a2170160e91fdc8f93410ae7d0e3e.tar.xz docs-61d35617036a2170160e91fdc8f93410ae7d0e3e.zip |
Initial commit. Add .gitignore
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0471bf7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +#Global +.Apple* +.DS_Store +._* +.clang_complete +.local.vimrc +.ycm_extra_conf.py* +Thumbs.db + +# temp files +*.txt~ +*.conf~ +*.py~ +*.bak |