-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
88 lines (74 loc) · 1.93 KB
/
.gitignore
File metadata and controls
88 lines (74 loc) · 1.93 KB
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
*
!software-foundations
!software-foundations/*
!dafny-tutorial
!dafny-tutorial/*
!lean4game
!lean4game/*
!tla_pluscal_tutorial/
!tla_pluscal_tutorial/*.tla
!tla_pluscal_tutorial/*.toolbox
!tla_pluscal_tutorial/*.toolbox/.settings/
!tla_pluscal_tutorial/*.toolbox/.settings/*.prefs
!tla_pluscal_tutorial/*.toolbox/Model_*/
!tla_pluscal_tutorial/*.toolbox/Model_*/*.out
!tla_pluscal_tutorial/*.toolbox/Model_*/*.tla
!tla_pluscal_tutorial/*.toolbox/Model_*/*.cfg
!tla_pluscal_tutorial/*.toolbox/.project
!tla_pluscal_tutorial/*.toolbox/*.pmap
!tla_pluscal_tutorial/*.toolbox/*.launch
!isabelle-prog-prove
!isabelle-prog-prove/*.thy
!dli-fundamentals-of-accelerated-computing-with-cuda-c-cpp
!dli-fundamentals-of-accelerated-computing-with-cuda-c-cpp/**
#unignore only quantum-katas, nested dirs still ignored
!quantum-katas
#unignores every dir inside quantum-katas, note that "!quantum-katas/*" will not work because it will unignore all files inside quantum-katas and nested dirs still will be ignored
!quantum-katas/*/
#unignore all .qs files inside nested dirs
!quantum-katas/*/*.qs
!quantum-katas/create_files.py
!leetgpu
!leetgpu/*.cu
!leetgpu/download.ipynb
!experiments/
!experiments/coq/
!experiments/coq/*.v
!experiments/z3/
!experiments/z3/*.py
!experiments/z3/*.ipynb
!experiments/z3/ted
!experiments/z3/ted/*.py
!experiments/z3/ted/*.ipynb
!experiments/sygus/
!experiments/sygus/*.sl
# same writing !/.gitignore
!.gitignore
!plfa
!plfa/*
!csclub-coq-course-spring-2021
!csclub-coq-course-spring-2021/*
!csc-cuda
!csc-cuda/*
!bronze-qiskit
!bronze-qiskit/*
!GPU-Puzzles
!GPU-Puzzles/*
!GlimpseOfLean
!GlimpseOfLean/*
!tutoriel_framac_wp
!tutoriel_framac_wp/*
!logical_verification_2024
!logical_verification_2024/*
!mathematics_in_lean
!mathematics_in_lean/*
!arend-tutorial-code
!arend-tutorial-code/*
!HoTTEST-Summer-School
!HoTTEST-Summer-School/*
!HTPILeanPackage
!HTPILeanPackage/*
!pnp-coq
!pnp-coq/*
!learn-prolog-now
!learn-prolog-now/*