Add git dotfiles
This commit is contained in:
parent
0238a91597
commit
f97493c204
5
git/.config/git/config
Normal file
5
git/.config/git/config
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[user]
|
||||||
|
name = coolneng
|
||||||
|
email = akasroua@gmail.com
|
||||||
|
[core]
|
||||||
|
excludesfile = /home/coolneng/.config/git/global_gitignore
|
12
git/.config/git/global_gitignore
Normal file
12
git/.config/git/global_gitignore
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# CPP files
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles/
|
||||||
|
cmake_install.cmake
|
||||||
|
compile_commands.json
|
||||||
|
Debug/
|
||||||
|
/**/*.o
|
||||||
|
# LaTeX
|
||||||
|
auto/
|
||||||
|
# Misc
|
||||||
|
.*.swp
|
||||||
|
.DS_Store
|
Loading…
Reference in New Issue
Block a user