estate: rename filter_range() to estate_filter_range()
[smatch.git] / .gitignore
blob1fd3f7772f85daa76cde52b883b9eae8655850d6
1 # generic
2 *.o
3 *.o.d
4 *.a
5 *.so
6 *~
7 .*.swp
9 # generated
10 pre-process.h
11 sparse.pc
13 # programs
14 test-inspect
15 test-lexing
16 test-parsing
17 obfuscate
18 sparse
19 compile
20 graph
21 test-dissect
22 test-linearize
23 example
24 test-unssa
25 ctags
26 c2xml
27 smatch
28 sparse-llvm
30 # tags
31 tags
32 TAGS
34 # stgit generated dirs
35 patches-*
37 # quilt's files
38 patches
39 series
41 #cscope
42 cscope.files
43 cscope.out
45 # local makefile
46 local.mk
48 # local smatch checks
49 check_list_local.h