| | |
| | | # Prerequisites |
| | | *.d |
| | | # This file is used to ignore files which are generated |
| | | # ---------------------------------------------------------------------------- |
| | | |
| | | # Compiled Object files |
| | | *.slo |
| | | *.lo |
| | | *~ |
| | | *.log |
| | | *.autosave |
| | | *.a |
| | | *.core |
| | | *.moc |
| | | *.o |
| | | *.obj |
| | | |
| | | # Precompiled Headers |
| | | *.gch |
| | | *.pch |
| | | |
| | | # Compiled Dynamic libraries |
| | | *.orig |
| | | *.rej |
| | | *.so |
| | | *.dylib |
| | | *.dll |
| | | |
| | | # Fortran module files |
| | | *.mod |
| | | *.smod |
| | | |
| | | # Compiled Static libraries |
| | | *.lai |
| | | *.la |
| | | *.a |
| | | *.lib |
| | | |
| | | # Executables |
| | | *.exe |
| | | *.out |
| | | *.so.* |
| | | *_pch.h.cpp |
| | | *_resource.rc |
| | | *.qm |
| | | .#* |
| | | *.*# |
| | | core |
| | | !core/ |
| | | tags |
| | | .DS_Store |
| | | .directory |
| | | *.debug |
| | | Makefile* |
| | | *.prl |
| | | *.app |
| | | moc_*.cpp |
| | | ui_*.h |
| | | qrc_*.cpp |
| | | Thumbs.db |
| | | # *.res |
| | | # *.rc |
| | | /.qmake.cache |
| | | /.qmake.stash |
| | | |
| | | # qtcreator generated files |
| | | *.pro.user* |
| | | |
| | | # xemacs temporary files |
| | | *.flc |
| | | |
| | | # Vim temporary files |
| | | .*.swp |
| | | |
| | | # Visual Studio generated files |
| | | *.ib_pdb_index |
| | | *.idb |
| | | *.ilk |
| | | *.pdb |
| | | *.sln |
| | | *.suo |
| | | *.vcproj |
| | | *vcproj.*.*.user |
| | | *.ncb |
| | | *.sdf |
| | | *.opensdf |
| | | *.vcxproj |
| | | *vcxproj.* |
| | | |
| | | # MinGW generated files |
| | | *.Debug |
| | | *.Release |
| | | |
| | | # Python byte code |
| | | __pycache__ |
| | | *.pyc |
| | | |
| | | # Binaries |
| | | # -------- |
| | | *.dll |
| | | *.exe |
| | | |
| | | .DS_Store |
| | | */.DS_Store |
| | | |
| | | build-* |
| | | build/ |
| | | cmake-build* |
| | | *.user |
| | | *.lnk |
| | | _workingDir* |
| | | .vscode |
| | | .idea |
| | | .cache |
| | | cache |
| | | .vs |
| | | out/ |
| | | CMakeSettings.json |
| | | # /vcpkg |
| | | /data |
| | | /*.natvis |
| | | |
| | | *.sublime-* |
| | | setup-vcpkg.json |
| | | setup-vcpkg-temp* |