32 lines
376 B
Plaintext
32 lines
376 B
Plaintext
|
# Backups #
|
||
|
###########
|
||
|
*~
|
||
|
*.sw*
|
||
|
|
||
|
# Compiled source #
|
||
|
###################
|
||
|
unittest
|
||
|
cdc
|
||
|
main
|
||
|
*.a
|
||
|
*.lib
|
||
|
*.o
|
||
|
*.exe
|
||
|
|
||
|
# Packages #
|
||
|
############
|
||
|
# it's better to unpack these files and commit the raw source
|
||
|
# git has its own built in compression methods
|
||
|
*.tar
|
||
|
*.tar.xz
|
||
|
*.tar.gz
|
||
|
*.zip
|
||
|
|
||
|
# OS generated files #
|
||
|
######################
|
||
|
.DS_Store?
|
||
|
ehthumbs.db
|
||
|
Icon?
|
||
|
Thumbs.db
|
||
|
.directory
|