浏览代码

gitignore initial

Fabian Peter Hammerle 7 年之前
当前提交
6900180fa2
共有 2 个文件被更改,包括 16 次插入0 次删除
  1. 6 0
      README.md
  2. 10 0
      gitignore

+ 6 - 0
README.md

@@ -0,0 +1,6 @@
+## Installation
+
+```{sh}
+git clone git@git.hammerle.me:fphammerle/config-git.git $HOME/.config/git
+git config --global core.excludesfile "$HOME/.config/git/gitignore"
+```

+ 10 - 0
gitignore

@@ -0,0 +1,10 @@
+*.egg-info
+*.pyc
+*.pyd
+*.pyo
+.*.swp
+.ycm_extra_conf.py
+.~lock.*#
+CMakeCache.txt
+CMakeFiles
+cmake_install.cmake