This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
xailab
/
account
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Initial commit
master
xailab
1 year ago
commit
a7dc2d9db9
2 changed files
with
57 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+54
-0
.gitignore
+3
-0
README.md
+ 54
- 0
.gitignore
View File
@ -0,0 +1,54 @@
# ---> C
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
+ 3
- 0
README.md
View File
@ -0,0 +1,3 @@
# account
gitea账号信息
Write
Preview
Loading…
Cancel
Save