diff options
author | 2023-09-15 23:21:24 +0800 | |
---|---|---|
committer | 2023-09-15 23:21:24 +0800 | |
commit | 27772ba64bb8f49a9d9057acaed2e08d0f7cec68 (patch) | |
tree | 0d485cef6b6c8e8eb5b7413361dd885dd5028e79 /.gitignore | |
parent | a4aabf441f55395a73bbfb48bfee7b1bdbd49825 (diff) | |
download | calendar-27772ba64bb8f49a9d9057acaed2e08d0f7cec68.tar.gz calendar-27772ba64bb8f49a9d9057acaed2e08d0f7cec68.zip |
Formalized this program.
- Make src dir, put all code into it.
- Devide old source code into several parts of files with makefile.
- Delete some useless files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,4 +8,6 @@ | |||
8 | *.swp | 8 | *.swp |
9 | #Ignore res | 9 | #Ignore res |
10 | res.txt | 10 | res.txt |
11 | *.sh | 11 | push.sh |
12 | test* | ||
13 | *.o | ||