mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
refactor(gitignore): remove old ignore entries
This commit is contained in:
committed by
Leonardo de Moura
parent
09fa1298ce
commit
e03c31d2f9
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,29 +1,15 @@
|
||||
*~
|
||||
\#*
|
||||
.#*
|
||||
.lean_trace
|
||||
*.produced.out
|
||||
*.md.lua
|
||||
*.md.lean
|
||||
*.olean
|
||||
*.clean
|
||||
*.ilean
|
||||
*.d
|
||||
*.lock
|
||||
a.out
|
||||
build
|
||||
GPATH
|
||||
GRTAGS
|
||||
GSYMS
|
||||
GTAGS
|
||||
Makefile
|
||||
*.cmake
|
||||
CMakeFiles/
|
||||
.projectile
|
||||
.coveralls.yml
|
||||
.lean_options
|
||||
doc/html
|
||||
make.deps
|
||||
src/emacs/dependencies
|
||||
compile_commands.json
|
||||
*.idea
|
||||
|
||||
3
bin/.gitignore
vendored
3
bin/.gitignore
vendored
@@ -2,6 +2,3 @@ lean
|
||||
lean.exe
|
||||
leanemacs
|
||||
leanemacs.bat
|
||||
linja
|
||||
python_lib/six.pyc
|
||||
python_lib/__init__.pyc
|
||||
|
||||
4
library/.gitignore
vendored
4
library/.gitignore
vendored
@@ -1,4 +0,0 @@
|
||||
TAGS
|
||||
build.ninja
|
||||
.ninja_deps
|
||||
.ninja_log
|
||||
4
old_library/.gitignore
vendored
4
old_library/.gitignore
vendored
@@ -1,4 +0,0 @@
|
||||
TAGS
|
||||
build.ninja
|
||||
.ninja_deps
|
||||
.ninja_log
|
||||
1
tests/.gitignore
vendored
Normal file
1
tests/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.produced.out
|
||||
Reference in New Issue
Block a user