89 lines
1.3 KiB
Plaintext
89 lines
1.3 KiB
Plaintext
# The canonical out-of-tree build subdirectory
|
|
build
|
|
|
|
# Visual Studio clutter
|
|
# .....
|
|
# Not our problem. Fix your build chain
|
|
|
|
# Xcode clutter
|
|
AUWM.build
|
|
AUWM.xcodeproj
|
|
|
|
# macOS clutter
|
|
.DS_Store
|
|
|
|
# Makefile generator clutter
|
|
Makefile
|
|
|
|
# Ninja generator clutter
|
|
build.ninja
|
|
rules.ninja
|
|
.ninja_deps
|
|
.ninja_log
|
|
|
|
# CMake clutter
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
CMakeDoxyfile.in
|
|
CMakeDoxygenDefaults.cmake
|
|
cmake_install.cmake
|
|
cmake_uninstall.cmake
|
|
|
|
# Generated files
|
|
docs/Doxyfile
|
|
docs/html
|
|
docs/warnings.txt
|
|
docs/doxygen_sqlite3.db
|
|
src/auWm_config.h
|
|
src/auWm.pc
|
|
src/auWmConfig.cmake
|
|
src/auWmConfigVersion.cmake
|
|
|
|
# Compiled binaries
|
|
src/libauWm.so
|
|
src/libauWm.so.3
|
|
src/libauWm.so.3.4
|
|
src/libauWm.dylib
|
|
src/libauWm.dylib
|
|
src/libauWm.3.dylib
|
|
src/libauWm.3.4.dylib
|
|
src/libauWm.a
|
|
src/auWm.lib
|
|
src/auWm.dll
|
|
src/auWmdll.lib
|
|
src/libauWmdll.a
|
|
examples/*.app
|
|
examples/*.exe
|
|
examples/boing
|
|
examples/gears
|
|
examples/heightmap
|
|
examples/offscreen
|
|
examples/particles
|
|
examples/splitview
|
|
examples/sharing
|
|
examples/triangle-opengl
|
|
examples/wave
|
|
tests/*.app
|
|
tests/*.exe
|
|
tests/clipboard
|
|
tests/cursor
|
|
tests/empty
|
|
tests/events
|
|
tests/gamma
|
|
tests/auWminfo
|
|
tests/icon
|
|
tests/iconify
|
|
tests/joysticks
|
|
tests/monitors
|
|
tests/msaa
|
|
tests/reopen
|
|
tests/tearing
|
|
tests/threads
|
|
tests/timeout
|
|
tests/title
|
|
tests/triangle-vulkan
|
|
tests/window
|
|
tests/windows
|
|
|