refactor(gitignore): remove old ignore entries

This commit is contained in:
Gabriel Ebner
2016-12-09 09:35:58 -05:00
committed by Leonardo de Moura
parent 09fa1298ce
commit e03c31d2f9
5 changed files with 1 additions and 25 deletions

14
.gitignore vendored
View File

@@ -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
View File

@@ -2,6 +2,3 @@ lean
lean.exe
leanemacs
leanemacs.bat
linja
python_lib/six.pyc
python_lib/__init__.pyc

4
library/.gitignore vendored
View File

@@ -1,4 +0,0 @@
TAGS
build.ninja
.ninja_deps
.ninja_log

View File

@@ -1,4 +0,0 @@
TAGS
build.ninja
.ninja_deps
.ninja_log

1
tests/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.produced.out