Skip to content

Commit 1cec907

Browse files
committed
Delete ci/ and use .gitignore whitelist
1 parent dac2f6a commit 1cec907

File tree

2 files changed

+11
-51
lines changed

2 files changed

+11
-51
lines changed

.gitignore

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
.*
2-
build
3-
debug
4-
release
5-
/compile_commands.json
6-
!.github/
1+
/*
2+
!/.github/
3+
!/index_tests/
4+
!/src/
5+
!/third_party/
6+
!/.appveyor.yml
7+
!/.clang-format
8+
!/CMakeLists.txt
9+
!/LICENSE
10+
!/README.md
11+
!/meow/

ci/before_deploy.sh

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)