Skip to content

Commit

Permalink
.gitignore: ignore vim swap files
Browse files Browse the repository at this point in the history
Previous to this commit, `git status` shows vim swap files (*.swp) as
untracked files, which can lead to being added accidentally in commits.

This commit makes git to ignore those files, reducing the changes of add
them by accident.

Signed-off-by: Simental Magana, Marcos <[email protected]>
  • Loading branch information
mrkz committed Jan 11, 2017
1 parent 4fe33ae commit c8cf3cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.swp
*~
_DeploymentAndDistroPackaging/ansible/admin-ciaorc
_DeploymentAndDistroPackaging/ansible/ceph/
Expand All @@ -24,4 +25,4 @@ networking/libsnnet/tests/cncicli/cncicli
networking/libsnnet/tests/cncli/cncli
networking/libsnnet/tests/snnetcli/snnetcli
test-cases/test-cases
testutil/ciao-down/ciao-down
testutil/ciao-down/ciao-down

0 comments on commit c8cf3cf

Please sign in to comment.