diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-13 03:39:18 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-13 03:39:18 -0400 |
commit | 57bc2d1ca0bfc3ba90e6d85309dba39415c6db73 (patch) | |
tree | 8d452408dbc3f89ac3a0a393ad5eadd80370f167 /conf/gitignore/C | |
parent | adedd9181c07ed926bf5835623293df4fcc706d2 (diff) | |
download | gitea-57bc2d1ca0bfc3ba90e6d85309dba39415c6db73.tar.gz gitea-57bc2d1ca0bfc3ba90e6d85309dba39415c6db73.zip |
Add update user profile back end, add new gitignore and license, add template data to public profile page
Diffstat (limited to 'conf/gitignore/C')
-rw-r--r-- | conf/gitignore/C | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/gitignore/C b/conf/gitignore/C new file mode 100644 index 0000000000..e7a909e4c6 --- /dev/null +++ b/conf/gitignore/C @@ -0,0 +1,18 @@ +# Object files +*.o +*.ko + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app
\ No newline at end of file |