diff options
author | skyblue <ssx205@gmail.com> | 2014-03-21 22:35:43 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-03-21 22:35:43 +0800 |
commit | d725c41b56e072122faf539d5a14d36c18f5c312 (patch) | |
tree | 870252812b1f8db895b5326d1ea8c1d2ef6a4d28 /conf | |
parent | 67c4e5429818b501b0db5527ea38f2be75e5df55 (diff) | |
download | gitea-d725c41b56e072122faf539d5a14d36c18f5c312.tar.gz gitea-d725c41b56e072122faf539d5a14d36c18f5c312.zip |
add CR in C++ gitignore
And try if I can commit.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/gitignore/C++ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/gitignore/C++ b/conf/gitignore/C++ index 5a1b6ec431..620d3dc8a4 100644 --- a/conf/gitignore/C++ +++ b/conf/gitignore/C++ @@ -10,4 +10,4 @@ # Compiled Static libraries *.lai *.la -*.a
\ No newline at end of file +*.a |