mirror of
https://github.com/demik/quack.git
synced 2024-11-26 02:49:17 +00:00
54 lines
518 B
Plaintext
54 lines
518 B
Plaintext
|
# Object files
|
||
|
*.o
|
||
|
|
||
|
# Libraries
|
||
|
*.lib
|
||
|
*.a
|
||
|
|
||
|
# Shared objects (inc. Windows DLLs)
|
||
|
*.dll
|
||
|
*.so
|
||
|
*.so.*
|
||
|
*.dylib
|
||
|
|
||
|
# Executables
|
||
|
*.exe
|
||
|
*.out
|
||
|
*.app
|
||
|
|
||
|
# http://www.gnu.org/software/automake
|
||
|
Makefile.in
|
||
|
|
||
|
# http://www.gnu.org/software/autoconf
|
||
|
/autom4te.cache
|
||
|
/aclocal.m4
|
||
|
/compile
|
||
|
/configure
|
||
|
/depcomp
|
||
|
/install-sh
|
||
|
/missing
|
||
|
|
||
|
# OS X
|
||
|
.DS_Store
|
||
|
.AppleDouble
|
||
|
.LSOverride
|
||
|
Icon
|
||
|
|
||
|
# Thumbnails
|
||
|
._*
|
||
|
|
||
|
# Files that might appear on external disk
|
||
|
.Spotlight-V100
|
||
|
.Trashes
|
||
|
|
||
|
# Subversion
|
||
|
.svn/
|
||
|
|
||
|
# Linux
|
||
|
.*
|
||
|
!.gitignore
|
||
|
*~
|
||
|
|
||
|
# Project specific
|
||
|
/build
|