Browse Source

gitignore initial

Fabian Peter Hammerle 6 years ago
commit
6900180fa2
2 changed files with 16 additions and 0 deletions
  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