atomic_inc_dec: rename "orig" to "start_state"
[smatch.git] / .gitignore
blobfb1ba5ad73c278a3716d32ce2c76272025852aa2
1 # generic
2 *.o
3 *.o.d
4 *.a
5 *.so
6 *~
7 .*.swp
8 .gdb_history
9 *.c.smatch
10 *.c.smatch.caller_info
11 *.c.smatch.sql
13 # generated
14 version.h
16 # programs
17 test-inspect
18 test-lexing
19 test-parsing
20 obfuscate
21 sparse
22 compile
23 graph
24 test-dissect
25 test-linearize
26 example
27 test-unssa
28 ctags
29 c2xml
30 smatch
31 bak.smatch
32 sparse-llvm
34 # tags
35 tags
36 TAGS
38 # stgit generated dirs
39 patches-*
41 # quilt's files
42 patches
43 series
45 #cscope
46 cscope.files
48 # local makefile
49 local.mk
50 .*.mk
52 # local smatch checks
53 check_list_local.h
55 # cscope and Qt files
56 cscope.out
57 *.pro*
59 #python
60 *.pyc