-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
94 lines (93 loc) · 1.2 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
\#*\#
.DS_Store
*.pyc
.svn
*.dl_o
*.dl_og
*.o
*.o_ndebug
*.a
*.og
*.op
*.so
*.sog
*.sop
*~
*.d
*.dd
*.exe
*.swp
*.bak
#*
*.dSYM/
depend
tags
x86_64-Linux/
ix86-Linux/
ix86Mac-darwin/
ix86-Win/
config.h
config.log
config.status
config.cache
stamp-h
.qt/.*.lock
.vim/tags/*.ctags
.vim/viminfo
.xmonad/history
.xmonad/xmonad
.xmonad/xmonad-x86_64-linux
.xmonad/xmonad.errors
.xmonad/xmonad.hi
.xmonad/xmonad.o
.zsh/titan
.virtualenvs/
GNUmakefile
Makefile
makefile
mod2.h
misc/auxiliary.h
MP/MP/MP_Config.h
MP/MP/h/values.h
Singular/confdefs.h
Singular/Singular.rc
doc/NTL
doc/uname.texi
doc/version.texi
libfac/factor/version.h
modules/include/config.h
omalloc/omConfig.h
omalloc/omExternalConfig.h
omalloc/omMalloc.h
omalloc/omlimits.h
omalloc/omTables
omalloc/omTables.h
omalloc/omTables.inc
omalloc/omalloc.h
factory/cf_gmp.h
factory/factory.h
factory/factoryconf.h
factory/gen_cf_gmp.sh
ntl/setup1
ntl/setup3
ntl/setup4
ntl/src/cfileout
ntl/src/mfileout
ntl/src/MakeDesc
ntl/src/gen_gmp_aux
ntl/src/gen_lip_gmp_aux
ntl/include/NTL/config.h
ntl/include/NTL/gmp_aux.h
ntl/include/NTL/mach_desc.h
autom4te.cache
.deps
.libs
autover.h
## Unignore some directories
#!bin/
#!config/
#!.data/
#!.zsh*
#
## GIT stuff
#!.gitignore