Add git dotfiles

This commit is contained in:
coolneng 2019-10-15 12:15:21 +02:00
parent 0238a91597
commit f97493c204
2 changed files with 17 additions and 0 deletions

5
git/.config/git/config Normal file
View File

@ -0,0 +1,5 @@
[user]
name = coolneng
email = akasroua@gmail.com
[core]
excludesfile = /home/coolneng/.config/git/global_gitignore

View File

@ -0,0 +1,12 @@
# CPP files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
Debug/
/**/*.o
# LaTeX
auto/
# Misc
.*.swp
.DS_Store