-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
99 lines (85 loc) · 1.13 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# -*- mode: gitignore; -*-
vgcore.*
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
*.os
tests/regressions/*.bc
tests/nas/*.cov
tests-blameanalysis/*-fp.bc
tests-blameanalysis/*.cov
tests-blameanalysis/simpsons_double_3address.bc
tests-blameanalysis/tao_double_3address.bc
tests-blameanalysis/triangle-area.bc
tests-blameanalysis/triangle-area_3address.bc
i_*.bc
# never read in
*.ll
# temp bitcode files
tmppass.bc
tmppass-allocas.bc
*-ngep.bc
i_*.s
*.out
*.out.ba
*.result.new
*.out2
.sconsign.dblite
.sconf_temp
config.log
*.pyc
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# astyle backups
*.orig
# configuration file
instr.sh
# output folder
Release+Asserts/*.*
*.swp