blob: dc40a003935859dd942998474939a8d068e43c44 [file] [log] [blame]
Davide Pesavento6a562f02024-04-22 01:11:31 -04001# Backup files
Ashlesh Gawande0b2897e2018-06-20 14:40:47 -05002*~
Davide Pesavento6a562f02024-04-22 01:11:31 -04003*.bak
4*.orig
5*.rej
Ashlesh Gawande0b2897e2018-06-20 14:40:47 -05006
7# Waf build system
8/build/
9.waf-*-*/
10.waf3-*-*/
11.lock-waf*
12
13# Compiled python code
14__pycache__/
15*.py[cod]
16
Davide Pesavento6a562f02024-04-22 01:11:31 -040017# Emacs
18\#*\#
19/.emacs.desktop
20/.emacs.desktop.lock
21*.elc
22.\#*
23
24# Visual Studio Code
25.vscode/
26
27# macOS
28.DS_Store
29.AppleDouble
30.LSOverride
31._*
32
Ashlesh Gawande0b2897e2018-06-20 14:40:47 -050033# Other
Alexander Afanasyev89edd8f2020-06-01 18:58:54 -040034/VERSION.info