mirror of
https://codeberg.org/ACM/Backup-System.git
synced 2025-12-17 19:34:56 -05:00
Add source
Add initial source files.
This commit is contained in:
parent
f0d5dc2303
commit
19fa0a13b6
7 changed files with 213 additions and 0 deletions
60
.gitignore
vendored
Normal file
60
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
# Directories
|
||||
./target
|
||||
./debug
|
||||
|
||||
# Binaries
|
||||
*.exe
|
||||
*.x86_64
|
||||
*.hex
|
||||
*.app
|
||||
*.out
|
||||
*.i*86
|
||||
|
||||
# Dependencies
|
||||
*.d
|
||||
|
||||
# Libraries
|
||||
*.a
|
||||
*.lib
|
||||
*.lai
|
||||
*.la
|
||||
*.lo
|
||||
|
||||
# Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Objects
|
||||
*.dll
|
||||
*.dylib
|
||||
*.so
|
||||
*.so.*
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.ko
|
||||
*.elf
|
||||
*.obj
|
||||
|
||||
# Linking
|
||||
*.map
|
||||
*.exp
|
||||
*.ilk
|
||||
|
||||
# Kernel
|
||||
*.cmd
|
||||
modules.order
|
||||
Module.symvers
|
||||
dkms.conf
|
||||
Mkfile.old
|
||||
*.mod*
|
||||
*.mod
|
||||
*.smod
|
||||
|
||||
# Auto-Generated Files
|
||||
*.pdb
|
||||
Cargo.lock
|
||||
**/*.rs.bk
|
||||
*.dSYM/
|
||||
*.su
|
||||
*.idb
|
||||
Loading…
Add table
Add a link
Reference in a new issue