blob: dc40a003935859dd942998474939a8d068e43c44 [file] [log] [blame]
Davide Pesavento183e1882024-04-09 15:56:32 -04001# Backup files
Davide Pesavento0064c1d2018-03-03 18:43:53 -05002*~
Davide Pesavento183e1882024-04-09 15:56:32 -04003*.bak
4*.orig
5*.rej
6
7# Waf build system
8/build/
9.waf-*-*/
10.waf3-*-*/
11.lock-waf*
12
13# Compiled python code
14__pycache__/
15*.py[cod]
16
17# Emacs
Davide Pesavento0064c1d2018-03-03 18:43:53 -050018\#*\#
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
Davide Pesavento0064c1d2018-03-03 18:43:53 -050033# Other
Alexander Afanasyev34b2b572020-05-28 22:08:01 -040034/VERSION.info