blob: 437db5960fd8e79685790767ba385b7ec79ff0f9 [file] [log] [blame]
Davide Pesavento0064c1d2018-03-03 18:43:53 -05001# Emacs
2*~
3\#*\#
4/.emacs.desktop
5/.emacs.desktop.lock
6*.elc
7.\#*
8
9# Visual Studio Code
10.vscode/
11
12# macOS
13.DS_Store
14.AppleDouble
15.LSOverride
16._*
17
18# Waf build system
19/build/
20.waf-*-*/
21.waf3-*-*/
22.lock-waf*
23
24# Compiled python code
25__pycache__/
26*.py[cod]
27
28# Other
29/unit-tests.conf
30/VERSION