Skip to content

Commit

Permalink
Merge pull request #1176 from yosupo06/refactor/gitignore
Browse files Browse the repository at this point in the history
refactor gitignore
  • Loading branch information
yosupo06 authored Jun 2, 2024
2 parents 3924ac0 + d36a455 commit 5fce825
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,8 @@
# ignore executable (= no extension) file
*

!.gitignore
!Dockerfile
!LICENSE

!*/
!*.sh
!*.yml
!*.yaml
!*.toml
!*.cpp
!*.h
!*.hpp
!*.md
!*.py
!*.in

!requirements.txt
!hash.json
!googletest
!CMakeLists.txt
!*.*

params.h
in/

.venv/
venv/

CMakeFiles/

!.devcontainer/*
out/
params.h

0 comments on commit 5fce825

Please sign in to comment.