|
|
@ -1,4 +1,106 @@ |
|
|
|
.DS_Store |
|
|
|
a.out |
|
|
|
.swo |
|
|
|
test.c |
|
|
|
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/c |
|
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=c |
|
|
|
|
|
|
|
### 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 |
|
|
|
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/c |
|
|
|
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/vim |
|
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=vim |
|
|
|
|
|
|
|
### Vim ### |
|
|
|
# Swap |
|
|
|
[._]*.s[a-v][a-z] |
|
|
|
!*.svg # comment out if you don't need vector files |
|
|
|
[._]*.sw[a-p] |
|
|
|
[._]s[a-rt-v][a-z] |
|
|
|
[._]ss[a-gi-z] |
|
|
|
[._]sw[a-p] |
|
|
|
|
|
|
|
# Session |
|
|
|
Session.vim |
|
|
|
Sessionx.vim |
|
|
|
|
|
|
|
# Temporary |
|
|
|
.netrwhist |
|
|
|
*~ |
|
|
|
# Auto-generated tag files |
|
|
|
tags |
|
|
|
# Persistent undo |
|
|
|
[._]*.un~ |
|
|
|
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/vim |
|
|
|
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/git |
|
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=git |
|
|
|
|
|
|
|
### Git ### |
|
|
|
# Created by git for backups. To disable backups in Git: |
|
|
|
# $ git config --global mergetool.keepBackup false |
|
|
|
*.orig |
|
|
|
|
|
|
|
# Created by git when using merge tools for conflicts |
|
|
|
*.BACKUP.* |
|
|
|
*.BASE.* |
|
|
|
*.LOCAL.* |
|
|
|
*.REMOTE.* |
|
|
|
*_BACKUP_*.txt |
|
|
|
*_BASE_*.txt |
|
|
|
*_LOCAL_*.txt |
|
|
|
*_REMOTE_*.txt |
|
|
|
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/git |
|
|
|
.DS_store |