diff options
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 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 |