1# vim swap files
2*~
3*.swp
4.*.swo
5.*.swp
6\#*
7.\#*
8.~*
9
10# ctags
11tags
12
13.settings
14/.dist-buildwrapper
15/build
16.cproject
17.project
18.arcconfig
19sftp-config.json
20.sync-config.cson
21
22/.metadata/
23/toolchain/
24*.pyc
25
26# Haskell and C intermediate files
27*.o
28*.hi
29*.hi-boot
30*.o-boot
31
32# ctags
33.tags_sorted_by_file
34.tags
35
36# Cscope
37cscope.out
38
39# Builds
40build*/
41
42# tup
43.tup
44bin/
45/Tuprules.lua
46/logs
47
48# clang
49.clang_complete
50compile_commands.json
51