diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-21 06:15:58 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-21 06:15:58 -0400 |
commit | 30618b271aab40d29a6d34cb4e06c8d28fa74d18 (patch) | |
tree | 975ea9f2770c20f7b8b8f5ca2fffaf9deb95b0a5 /conf/gitignore/C++ | |
parent | e67653cf13857f671de9bf6279453f99cdd60d11 (diff) | |
download | gitea-30618b271aab40d29a6d34cb4e06c8d28fa74d18.tar.gz gitea-30618b271aab40d29a6d34cb4e06c8d28fa74d18.zip |
Add admin edit user
Diffstat (limited to 'conf/gitignore/C++')
-rw-r--r-- | conf/gitignore/C++ | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/gitignore/C++ b/conf/gitignore/C++ new file mode 100644 index 0000000000..5a1b6ec431 --- /dev/null +++ b/conf/gitignore/C++ @@ -0,0 +1,13 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a
\ No newline at end of file |