소스 검색

gitignore initial

Fabian Peter Hammerle 6 년 전
커밋
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