blob: 90af5ea9f9df8debb95d738c13bd2d1acf80b6e8 [file] [log] [blame]
Matthias Andreas Benkardb291c362020-11-22 10:22:27 +01001# Eclipse
2.project
3.classpath
4.settings/
5bin/
6
7# IntelliJ
8.idea
9*.ipr
10*.iml
11*.iws
12
13# Emacs
14*~
15
16# NetBeans
17nb-configuration.xml
18
19# Visual Studio Code
20.vscode
21
22# OSX
23.DS_Store
24
25# Vim
26*.swp
27*.swo
28
29# patch
30*.orig
31*.rej
32
33# Shell
34.envrc
35
36# Maven
37target/
38*.versionsBackup
39
40# Unknown
41out/