blob: dc40a003935859dd942998474939a8d068e43c44 [file] [log] [blame]
Davide Pesavento9bec15a2024-04-22 23:00:03 -04001# Backup files
Davide Pesavento7eaed5c2019-01-09 20:03:43 -05002*~
Davide Pesavento9bec15a2024-04-22 23:00:03 -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 Pesavento7eaed5c2019-01-09 20:03:43 -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 Pesavento7eaed5c2019-01-09 20:03:43 -050033# Other
Davide Pesaventoab6ac5d2021-10-05 23:23:53 -040034/VERSION.info