hugo/commands
Anthony Fok 208086ebff Add ".swx" suffix to file watcher's ignore list
When a user uses Vim to open a file, it briefly creates a
".filename.md.swx" file which needlessly triggers a website rebuild.

According to a comment in Vim's src/memline.c:

    /*
     * on MS-DOS compatible filesystems (e.g. messydos) file.doc.swp
     * and file.doc are the same file. To guess if this problem is
     * present try if file.doc.swx exists. If it does, we set
     * buf->b_shortname and try file_doc.swp (dots replaced by
     * underscores for this file), and try again. If it doesn't we
     * assume that "file.doc.swp" already exists.
     */
2015-01-14 19:29:56 -07:00
..
benchmark.go Fix long descriptions of benchmark and serve commands 2014-12-24 04:40:48 -07:00
check.go Hugo config abstracted into a general purpose config library called "Viper". 2014-04-05 01:40:33 -04:00
convert.go Added a new command hugo list drafts and hugo list future 2014-11-19 16:24:30 -05:00
hugo.go Add ".swx" suffix to file watcher's ignore list 2015-01-14 19:29:56 -07:00
limit_darwin.go Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137 2014-03-31 13:23:34 -04:00
limit_others.go Fix build 2014-02-18 18:40:55 -05:00
list.go Added a new command hugo list drafts and hugo list future 2014-11-19 16:24:30 -05:00
new.go Commented commands package 2014-12-12 00:05:02 +06:00
server.go always use http scheme for localhost 2015-01-01 23:57:29 +01:00
server_test.go always use http scheme for localhost 2015-01-01 23:57:29 +01:00
version.go Add timezone to buildDate 2014-12-09 11:42:07 +01:00