1# Default output directory 2/build/ 3 4# Backup and Temporary Files 5*.bak 6*~ 7*.swp 8 9# C Object Files 10*.o 11*.a 12*.d 13 14# Inclusions for libraries 15!module/*/lib/mod_*.a 16 17# Ctags Index 18tags 19 20# Cscope Index 21cscope.* 22 23# Eclipse IDE 24.cproject 25.project 26.settings 27.externalToolBuilders 28*.pydevproject 29 30# Git 31*.orig 32*.patch 33 34# Intellij IDE 35.idea 36 37# Python Bytecode 38*.pyc 39 40# QtCreator IDE 41*.config 42*.creator 43*.creator.user* 44*.files 45*.includes 46 47# Sublime Text Editor 48*.sublime-project 49*.sublime-workspace 50 51# Visual Studio Code IDE 52.vscode/ 53 54# Docker 55 56# General 57.vagrant/ 58.bundle/ 59 60### Vagrant Patch ### 61*.box 62