mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-06 05:41:44 +00:00
Merge branch 'ignore_vim_files' into 'master'
Ignore vim files With this Merge Request, vim temporary files (*.swp) will be ignored by git, this will avoid adding non-useful files to this repository See merge request !37
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
#Exluding from the tree the html build files
|
||||
source/_build/
|
||||
# ignore vi temporary files
|
||||
*.swp
|
||||
|
||||
Reference in New Issue
Block a user