Add git dotfiles
This commit is contained in:
parent
0238a91597
commit
f97493c204
|
@ -0,0 +1,5 @@
|
|||
[user]
|
||||
name = coolneng
|
||||
email = akasroua@gmail.com
|
||||
[core]
|
||||
excludesfile = /home/coolneng/.config/git/global_gitignore
|
|
@ -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