diff options
-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 |