summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorWe-unite <3205135446@qq.com>2024-01-04 17:14:26 +0800
committerWe-unite <3205135446@qq.com>2024-01-05 18:02:20 +0800
commit644f678387cd81a87bd0c73ea0123c825bc99e59 (patch)
treeb0896bbcd223ce4e5894612e99c4a1fad104bb73 /.gitignore
parentb6ea7502c67af360b309c6c296fe487fa3bf5d96 (diff)
downloadcalendar-644f678387cd81a87bd0c73ea0123c825bc99e59.tar.gz
calendar-644f678387cd81a87bd0c73ea0123c825bc99e59.zip
Format all the codes using clang-format
Renew some test params.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 597f7ce..a029ac1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
13res.txt 11*.txt
14err.txt
15push.sh 12push.sh
16test*
17!test.sh 13!test.sh
18*.o 14*.o
19#Ignore dir data/vsop87 15#Ignore dir data/vsop87