blob: dc40a003935859dd942998474939a8d068e43c44 [file] [log] [blame]
Davide Pesavento50213142024-04-22 03:44:05 -04001# Backup files
Alexander Afanasyev67758b12018-03-06 18:36:44 -05002*~
Davide Pesavento50213142024-04-22 03:44:05 -04003*.bak
4*.orig
5*.rej
Alexander Afanasyev67758b12018-03-06 18:36:44 -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 Pesavento50213142024-04-22 03:44:05 -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
Alexander Afanasyev67758b12018-03-06 18:36:44 -050033# Other
Alexander Afanasyev96ebd9b2020-06-01 19:16:52 -040034/VERSION.info