1
0
mirror of https://github.com/github/gitignore synced 2025-06-27 09:09:57 +02:00
Michael Stepner 3c50c9f0af
Update Stata.gitignore to ignore new auto backup files
Stata 18 introduced an auto-backup feature which creates a temporary file while a code file is open it its IDE.

These auto-backup files are analogous to the [Microsoft Office backup files that are gitignored](https://github.com/github/gitignore/blob/main/Global/MicrosoftOffice.gitignore).

[Ref](https://www.stata.com/manuals/gsm13.pdf):
> The Do-file Editor now creates a backup file whenever it opens a document or creates a new one.
> When an existing document is opened, Stata creates a backup file of a document that is saved to disk
> in the same directory using the existing document’s filename prefixed with ~ and with the extension
> .stswp. When you edit a new and unsaved document, it saves the backup file to the temp directory.
> When a document is closed, the backup file is deleted. However, if Stata does not exit cleanly because
> of a power outage or a computer crash, the backup file is left behind.
2023-06-14 23:47:24 -05:00
..
2021-11-28 08:34:56 +01:00
2016-09-07 15:49:29 +02:00
2018-06-18 11:20:48 +07:00
2016-01-27 12:24:30 +01:00
2014-01-02 16:51:35 -08:00
2018-06-14 08:53:48 -05:00
2015-07-22 15:00:32 -04:00
2018-06-18 11:33:48 +07:00
2015-06-18 18:56:54 -04:00
2015-12-13 16:07:46 +02:00
2018-11-08 10:59:36 +09:00
2015-03-14 15:22:33 +09:00
2014-03-25 15:14:14 -05:00
2018-01-04 04:57:41 +02:00
2014-12-10 06:50:42 +08:00
2013-08-04 22:25:21 -05:00
2014-08-19 14:11:11 +10:00
2018-12-10 23:01:10 +11:00
2020-02-10 06:34:56 -04:00
2018-12-06 09:19:35 -05:00
2014-07-08 18:13:34 +10:00
2015-09-28 15:06:14 -07:00
2017-05-10 10:00:35 +02:00
2020-07-03 17:17:35 -03:00
2010-11-09 15:48:06 +08:00
2011-01-28 04:11:05 +08:00
2021-09-29 17:57:09 +08:00
2018-06-05 11:09:20 +07:00
2019-09-10 11:07:19 -03:00
2021-12-23 01:18:15 +01:00

Globally Useful gitignores

This directory contains globally useful gitignores, e.g. OS-specific and editor specific.

For more on global gitignores: https://help.github.com/en/github/using-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer

And a good blog post about 'em: http://augustl.com/blog/2009/global_gitignores