diff options
author | Yigit Sever | 2019-04-06 16:10:35 +0300 |
---|---|---|
committer | Yigit Sever | 2019-04-06 16:10:35 +0300 |
commit | 72ad5f6cb9d946716bb3b0c632c9777ae88f0c81 (patch) | |
tree | 7162607fbec7e643056ae159b757924effefa2f7 | |
parent | d13c3a6e87f8fc23e6fb6e92d5d773f1cf9ad7be (diff) | |
download | dotfiles-72ad5f6cb9d946716bb3b0c632c9777ae88f0c81.tar.gz dotfiles-72ad5f6cb9d946716bb3b0c632c9777ae88f0c81.tar.bz2 dotfiles-72ad5f6cb9d946716bb3b0c632c9777ae88f0c81.zip |
Git ignore tags files globally
-rw-r--r-- | .cvsignore | 1 | ||||
-rw-r--r-- | .gitconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..6e92f57 --- /dev/null +++ b/.cvsignore | |||
@@ -0,0 +1 @@ | |||
tags | |||
@@ -6,6 +6,7 @@ | |||
6 | autocrlf = input | 6 | autocrlf = input |
7 | safecrlf = true | 7 | safecrlf = true |
8 | pager = diff-so-fancy | less --tabs=4 -RFX | 8 | pager = diff-so-fancy | less --tabs=4 -RFX |
9 | excludesfile = ~/.cvsignore | ||
9 | [alias] | 10 | [alias] |
10 | co = checkout | 11 | co = checkout |
11 | ci = commit | 12 | ci = commit |