diff options
author | 2024-01-04 17:14:26 +0800 | |
---|---|---|
committer | 2024-01-05 18:02:20 +0800 | |
commit | 644f678387cd81a87bd0c73ea0123c825bc99e59 (patch) | |
tree | b0896bbcd223ce4e5894612e99c4a1fad104bb73 /.gitignore | |
parent | b6ea7502c67af360b309c6c296fe487fa3bf5d96 (diff) | |
download | calendar-644f678387cd81a87bd0c73ea0123c825bc99e59.tar.gz calendar-644f678387cd81a87bd0c73ea0123c825bc99e59.zip |
Format all the codes using clang-format
Renew some test params.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,6 +1,4 @@ | |||
1 | #Ignore all | ||
2 | * | 1 | * |
3 | #Unignore all with extensions | ||
4 | !*.* | 2 | !*.* |
5 | # Unignore all makefiles named Makefile or makefile | 3 | # Unignore all makefiles named Makefile or makefile |
6 | !Makefile | 4 | !Makefile |
@@ -10,10 +8,8 @@ | |||
10 | #Ignore swp | 8 | #Ignore swp |
11 | *.swp | 9 | *.swp |
12 | #Ignore res | 10 | #Ignore res |
13 | res.txt | 11 | *.txt |
14 | err.txt | ||
15 | push.sh | 12 | push.sh |
16 | test* | ||
17 | !test.sh | 13 | !test.sh |
18 | *.o | 14 | *.o |
19 | #Ignore dir data/vsop87 | 15 | #Ignore dir data/vsop87 |