-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
59 lines (49 loc) · 863 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
#Ignore rootkey file
rootkey.*
#Jupyter stuff
.ipynb_checkpoints
#vim editing files
*~
*.swp
#python cache
__pycache__
#virtual environment
venv/*
#Data file
data
# TAGS files from ctags
tags
#Undesirable image files
tmp.ps
# configs that start with gitignore
gitignore_*
# Version control config
config.toml
#databases
#Gotta keep all databases with this extension
#*.db need to include a test database
#
#Vim Session
*.session
# beamer presentation files
*.aux
*.log
*.out
*.pdf
*.snm
*.toc
*.nav
#OCaml and binaries compiler
*.annot
*.cmi
*.cmo
cnl_latextual/simple_transformation/delcol
cnl_latextual/simple_transformation/addone
cnl_latextual/simple_transformation/print
cnl_latextual/simple_transformation/sort
cnl_latextual/simple_transformation/test_dtd
#Merlin data dirs
.merlin
#dune build dirs
cnl_latextual/LaTeXtual/_build/
/virtualenv/