mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-18 09:49:40 -06:00
40 lines
575 B
Plaintext
40 lines
575 B
Plaintext
Makefile
|
|
sqlitebrowser.pro.user
|
|
.qmake.stash
|
|
CMakeLists.txt.user
|
|
CMakeFiles
|
|
*.cmake
|
|
*.cxx_parameters
|
|
|
|
# ignore any build folders
|
|
build*/
|
|
# folder with temporary test data
|
|
testdata/
|
|
|
|
src/.ui/
|
|
src/sqlitebrowser
|
|
src/Makefile*
|
|
src/debug
|
|
src/release
|
|
|
|
# ignore compiled translation files
|
|
src/translations/*.qm
|
|
|
|
# ignore compiled macOS app
|
|
src/*.app/
|
|
|
|
# no one needs the txt file
|
|
src/grammar/sqlite3TokenTypes.txt
|
|
|
|
libs/*/Makefile*
|
|
libs/*/*/Makefile*
|
|
libs/*/debug/
|
|
libs/*/*/debug/
|
|
libs/*/release/
|
|
libs/*/*/release/
|
|
libs/*/*.a
|
|
libs/*/*/*.a
|
|
|
|
# Ignore .DS_Store files on OSX
|
|
.DS_Store
|