• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## c/c++
2# Prerequisites
3*.d
4
5# Compiled Object files
6*.ko
7*.slo
8*.lo
9*.o
10*.obj
11*.elf
12
13# Linker output
14*.ilk
15*.map
16*.exp
17
18# Precompiled Headers
19*.gch
20*.pch
21
22# Compiled Dynamic libraries
23*.so
24*.so.*
25*.dylib
26*.dll
27
28# module files
29*.mod
30*.smod
31*.cmd
32.tmp_versions/
33modules.order
34Module.symvers
35Mkfile.old
36dkms.conf
37
38# Compiled Static libraries
39*.lai
40*.la
41*.a
42*.lib
43*.lo
44
45# Executables
46*.exe
47*.out
48*.app
49*.i*86
50*.x86_64
51*.hex
52
53# Debug files
54*.dSYM/
55*.su
56*.idb
57*.pdb
58
59## cmake
60CMakeLists.txt.user
61CMakeCache.txt
62CMakeFiles
63CMakeScripts
64Testing
65Makefile
66cmake_install.cmake
67install_manifest.txt
68compile_commands.json
69CTestTestfile.cmake
70_deps
71
72## ninja
73.ninja_deps
74.ninja_log
75
76## vscode
77.vscode
78*.code-workspace
79
80# Local History for Visual Studio Code
81.history/
82
83## jetbrains
84# User-specific stuff
85.idea/**/workspace.xml
86.idea/**/tasks.xml
87.idea/**/usage.statistics.xml
88.idea/**/dictionaries
89.idea/**/shelf
90
91# Generated files
92.idea/**/contentModel.xml
93
94# Sensitive or high-churn files
95.idea/**/dataSources/
96.idea/**/dataSources.ids
97.idea/**/dataSources.local.xml
98.idea/**/sqlDataSources.xml
99.idea/**/dynamic.xml
100.idea/**/uiDesigner.xml
101.idea/**/dbnavigator.xml
102
103# Gradle
104.idea/**/gradle.xml
105.idea/**/libraries
106
107# Gradle and Maven with auto-import
108# When using Gradle or Maven with auto-import, you should exclude module files,
109# since they will be recreated, and may cause churn.  Uncomment if using
110# auto-import.
111# .idea/artifacts
112# .idea/compiler.xml
113# .idea/jarRepositories.xml
114# .idea/modules.xml
115# .idea/*.iml
116# .idea/modules
117# *.iml
118# *.ipr
119
120# CMake
121cmake-build-*/
122
123# Mongo Explorer plugin
124.idea/**/mongoSettings.xml
125
126# File-based project format
127*.iws
128
129# IntelliJ
130out/
131
132# mpeltonen/sbt-idea plugin
133.idea_modules/
134
135# JIRA plugin
136atlassian-ide-plugin.xml
137
138# Cursive Clojure plugin
139.idea/replstate.xml
140
141# Crashlytics plugin (for Android Studio and IntelliJ)
142com_crashlytics_export_strings.xml
143crashlytics.properties
144crashlytics-build.properties
145fabric.properties
146
147# Editor-based Rest Client
148.idea/httpRequests
149
150# Android studio 3.1+ serialized cache file
151.idea/caches/build_file_checksums.ser
152.clang-format
153