mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 16:05:45 -04:00
Initial commit
This commit is contained in:
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
@ -0,0 +1,38 @@
|
||||
# osx annoyances
|
||||
.DS_Store
|
||||
|
||||
# binaries folder
|
||||
/bin/
|
||||
/Build/
|
||||
/build/
|
||||
|
||||
# vs stuff
|
||||
.vs
|
||||
ipch
|
||||
ipch/*
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.suo
|
||||
*.vcxproj.user
|
||||
*.VC.opendb
|
||||
*.VC.db
|
||||
|
||||
# cmake stuff
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
install_manifest.txt
|
||||
|
||||
# unix intermediate files
|
||||
config.h
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# qt creator
|
||||
CMakeLists.txt.user
|
||||
|
||||
# python bytecode
|
||||
__pycache__
|
Reference in New Issue
Block a user