mutriz

git clone git://archive.git.mtrnord.blog/Nordgedanken/mutriz.git
Log | Files | Refs

.gitignore (1623B)


      1 # Created by .ignore support plugin (hsz.mobi)
      2 ### CMake template
      3 CMakeCache.txt
      4 CMakeFiles
      5 CMakeScripts
      6 Testing
      7 Makefile
      8 cmake_install.cmake
      9 install_manifest.txt
     10 compile_commands.json
     11 CTestTestfile.cmake
     12 ### JetBrains template
     13 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
     14 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
     15 
     16 # User-specific stuff:
     17 .idea/**/workspace.xml
     18 .idea/**/tasks.xml
     19 .idea/dictionaries
     20 
     21 # Sensitive or high-churn files:
     22 .idea/**/dataSources/
     23 .idea/**/dataSources.ids
     24 .idea/**/dataSources.xml
     25 .idea/**/dataSources.local.xml
     26 .idea/**/sqlDataSources.xml
     27 .idea/**/dynamic.xml
     28 .idea/**/uiDesigner.xml
     29 
     30 # Gradle:
     31 .idea/**/gradle.xml
     32 .idea/**/libraries
     33 
     34 # CMake
     35 cmake-build-debug/
     36 cmake-build-debug-visualstudio/
     37 cmake-build-release/
     38 cmake-build-release-visualstudio/
     39 
     40 # Mongo Explorer plugin:
     41 .idea/**/mongoSettings.xml
     42 
     43 ## File-based project format:
     44 *.iws
     45 
     46 ## Plugin-specific files:
     47 
     48 # IntelliJ
     49 out/
     50 
     51 # mpeltonen/sbt-idea plugin
     52 .idea_modules/
     53 
     54 # JIRA plugin
     55 atlassian-ide-plugin.xml
     56 
     57 # Cursive Clojure plugin
     58 .idea/replstate.xml
     59 
     60 # Crashlytics plugin (for Android Studio and IntelliJ)
     61 com_crashlytics_export_strings.xml
     62 crashlytics.properties
     63 crashlytics-build.properties
     64 fabric.properties
     65 ### C++ template
     66 # Prerequisites
     67 *.d
     68 
     69 # Compiled Object files
     70 *.slo
     71 *.lo
     72 *.o
     73 *.obj
     74 
     75 # Precompiled Headers
     76 *.gch
     77 *.pch
     78 
     79 # Compiled Dynamic libraries
     80 *.so
     81 *.dylib
     82 *.dll
     83 
     84 # Fortran module files
     85 *.mod
     86 *.smod
     87 
     88 # Compiled Static libraries
     89 *.lai
     90 *.la
     91 *.a
     92 *.lib
     93 
     94 # Executables
     95 *.exe
     96 *.out
     97 *.app
     98 
     99 .third-party/
    100 json.hpp
    101 variant.hpp