| # Ignore miscellaneous files |
| cscope.* |
| *.swp |
| *.patch |
| *~ |
| .project |
| .cproject |
| |
| # Ignore build directory |
| build/ |
| |
| # GNU GLOBAL files |
| GPATH |
| GRTAGS |
| GSYMS |
| GTAGS |
| |
| # Ctags |
| tags |
| |
| # Node.js |
| node_modules/ |
| |
| # common python virtual environment directories |
| .env/ |
| env/ |
| .venv/ |
| venv/ |
| |
| ### C ### |
| # Prerequisites |
| *.d |
| |
| # Object files |
| *.o |
| *.ko |
| *.obj |
| *.elf |
| |
| # Linker output |
| *.ilk |
| *.map |
| *.exp |
| |
| # Precompiled Headers |
| *.gch |
| *.pch |
| |
| # Libraries |
| *.lib |
| *.a |
| *.la |
| *.lo |
| |
| # Shared objects (inc. Windows DLLs) |
| *.dll |
| *.so |
| *.so.* |
| *.dylib |
| |
| # Executables |
| *.exe |
| *.out |
| *.app |
| *.i*86 |
| *.x86_64 |
| *.hex |
| |
| # Debug files |
| *.dSYM/ |
| *.su |
| *.idb |
| *.pdb |
| |
| ### CLion ### |
| # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| |
| # User-specific stuff |
| .idea/**/workspace.xml |
| .idea/**/tasks.xml |
| .idea/**/usage.statistics.xml |
| .idea/**/dictionaries |
| .idea/**/shelf |
| |
| # AWS User-specific |
| .idea/**/aws.xml |
| |
| # Generated files |
| .idea/**/contentModel.xml |
| |
| # Sensitive or high-churn files |
| .idea/**/dataSources/ |
| .idea/**/dataSources.ids |
| .idea/**/dataSources.local.xml |
| .idea/**/sqlDataSources.xml |
| .idea/**/dynamic.xml |
| .idea/**/uiDesigner.xml |
| .idea/**/dbnavigator.xml |
| |
| # Gradle |
| .idea/**/gradle.xml |
| .idea/**/libraries |
| |
| # Mongo Explorer plugin |
| .idea/**/mongoSettings.xml |
| |
| # File-based project format |
| *.iws |
| |
| # IntelliJ |
| out/ |
| |
| # mpeltonen/sbt-idea plugin |
| .idea_modules/ |
| |
| # JIRA plugin |
| atlassian-ide-plugin.xml |
| |
| # Cursive Clojure plugin |
| .idea/replstate.xml |
| |
| # SonarLint plugin |
| .idea/sonarlint/ |
| |
| # Crashlytics plugin (for Android Studio and IntelliJ) |
| com_crashlytics_export_strings.xml |
| crashlytics.properties |
| crashlytics-build.properties |
| fabric.properties |
| |
| ### CMake ### |
| CMakeLists.txt.user |
| CMakeCache.txt |
| CMakeFiles |
| CMakeScripts |
| Testing |
| Makefile |
| cmake_install.cmake |
| install_manifest.txt |
| compile_commands.json |
| CTestTestfile.cmake |
| _deps |
| |
| ### CMake Patch ### |
| CMakeUserPresets.json |
| |
| # External projects |
| *-prefix/ |
| |
| ### Vim ### |
| # Swap |
| [._]*.s[a-v][a-z] |
| !*.svg # comment out if you don't need vector files |
| [._]*.sw[a-p] |
| [._]s[a-rt-v][a-z] |
| [._]ss[a-gi-z] |
| [._]sw[a-p] |
| |
| # Session |
| Session.vim |
| Sessionx.vim |
| |
| # Temporary |
| .netrwhist |
| *~ |