Alexander Afanasyev | f5fca3a | 2018-02-22 10:50:04 -0500 | [diff] [blame] | 1 | # Emacs |
Yingdi Yu | 06a678a | 2014-08-01 17:07:08 -0700 | [diff] [blame] | 2 | *~ |
Alexander Afanasyev | f5fca3a | 2018-02-22 10:50:04 -0500 | [diff] [blame] | 3 | \#*\# |
| 4 | /.emacs.desktop |
| 5 | /.emacs.desktop.lock |
| 6 | *.elc |
| 7 | .\#* |
Yingdi Yu | 06a678a | 2014-08-01 17:07:08 -0700 | [diff] [blame] | 8 | |
Alexander Afanasyev | f5fca3a | 2018-02-22 10:50:04 -0500 | [diff] [blame] | 9 | # Visual Studio Code |
| 10 | .vscode/ |
Yingdi Yu | 06a678a | 2014-08-01 17:07:08 -0700 | [diff] [blame] | 11 | |
Alexander Afanasyev | f5fca3a | 2018-02-22 10:50:04 -0500 | [diff] [blame] | 12 | # macOS |
| 13 | .DS_Store |
| 14 | .AppleDouble |
| 15 | .LSOverride |
| 16 | ._* |
| 17 | |
| 18 | # Waf build system |
| 19 | /build/ |
| 20 | .waf-*-*/ |
| 21 | .waf3-*-*/ |
| 22 | .lock-waf* |
Yingdi Yu | 06a678a | 2014-08-01 17:07:08 -0700 | [diff] [blame] | 23 | |
| 24 | # Compiled python code |
Alexander Afanasyev | f5fca3a | 2018-02-22 10:50:04 -0500 | [diff] [blame] | 25 | __pycache__/ |
| 26 | *.py[cod] |
| 27 | |
| 28 | # Other |
Alexander Afanasyev | 675d6fb | 2020-06-01 18:55:17 -0400 | [diff] [blame] | 29 | /VERSION.info |