blob: dd07708b275678c33d0b09d6bd1c75cd785269f0 [file] [log] [blame]
Leon Romanovsky616baf72015-11-03 13:21:39 +02001#### joe made this: http://goel.io/joe
2
3#####=== Vim ===#####
4[._]*.s[a-w][a-z]
5[._]s[a-w][a-z]
6*.un~
7Session.vim
8.netrwhist
9*~
10
11#### joe made this: http://goel.io/joe
12
13#####=== C ===#####
14
15# Object files
16*.o
17*.ko
18*.obj
19*.elf
20
21# Precompiled Headers
22*.gch
23*.pch
24
25# Libraries
26*.lib
27*.a
28*.la
29*.lo
30
31# Shared objects (inc. Windows DLLs)
32*.dll
33*.so
34*.so.*
35*.dylib
36
37# Executables
38*.exe
39*.out
40*.app
41*.i*86
42*.x86_64
43*.hex
44
Leon Romanovsky3d40de22015-11-08 12:41:15 +020045# Temporal config files
46*.in
47*.m4
48configure
49config/
50Makefile
51stamp-h1
52src/.dirstamp
53src/.deps
54tests/*/.deps
55tests/*/.dirstamp
56libtool
57config.*
58autom4te.cache
Leon Romanovsky51940842015-11-08 14:39:44 +020059ibv_test