-
Notifications
You must be signed in to change notification settings - Fork 245
/
.gitignore
68 lines (68 loc) · 907 Bytes
/
.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
*~
*.swp
*.orig
*.d
*.o
*.a
*.so
*.P
*.ppm
*.tmp
*/.deps/*
src/fmpz/fmpz.c
src/config.h
src/config.h.in
src/flint.h
src/flint-config.h
src/gmpcompat.h
build/
config/*
!config/config.guess
!config/config.sub
!config/configfsf.guess
!config/configfsf.sub
config.log
confdefs.h
conftest.*
/Makefile
doc/build
doc/latex/flint-manual.*
!doc/latex/flint-manual.tex
doc/latex/input/*
doc/latex/create_doc
libflint*
*.suo
*.pyc
/build.vc14/build_tests/arith/test/*.obj
dll/*
local/
lib/*
build.vc14/flint-tests*.sln
build.vc14/dll_flint/x64
build.vc14/dll_flint/Win32
build.vc14/lib_flint/x64
build.vc14/lib_flint/Win32
build.vc14/tests
build.vc14/flint-profiles
build.vc14/flint-profiles*.sln
*.manifest
*.obj
*.log
*.user
*.tlog
*.sdf
build.vc12
build
flint2
.DS_Store
python/__pycache__/*.pyc
aclocal.m4
config.status
configure
libtool
flint.pc
autom4te.cache/
config.m4
src/flint-mparam.h
.gdb_history
vgcore.*