github.com/aacfactory/avro@v1.2.12/.gitignore (about)

     1  ### macOS template
     2  # General
     3  .DS_Store
     4  .AppleDouble
     5  .LSOverride
     6  
     7  # Icon must end with two \r
     8  Icon
     9  
    10  # Thumbnails
    11  ._*
    12  
    13  # Files that might appear in the root of a volume
    14  .DocumentRevisions-V100
    15  .fseventsd
    16  .Spotlight-V100
    17  .TemporaryItems
    18  .Trashes
    19  .VolumeIcon.icns
    20  .com.apple.timemachine.donotpresent
    21  
    22  # Directories potentially created on remote AFP share
    23  .AppleDB
    24  .AppleDesktop
    25  Network Trash Folder
    26  Temporary Items
    27  .apdisk
    28  
    29  ### C template
    30  # Prerequisites
    31  *.d
    32  
    33  # Object files
    34  *.o
    35  *.ko
    36  *.obj
    37  *.elf
    38  
    39  # Linker output
    40  *.ilk
    41  *.map
    42  *.exp
    43  
    44  # Precompiled Headers
    45  *.gch
    46  *.pch
    47  
    48  # Libraries
    49  *.lib
    50  *.a
    51  *.la
    52  *.lo
    53  
    54  # Shared objects (inc. Windows DLLs)
    55  *.dll
    56  *.so
    57  *.so.*
    58  *.dylib
    59  
    60  # Executables
    61  *.exe
    62  *.out
    63  *.app
    64  *.i*86
    65  *.x86_64
    66  *.hex
    67  
    68  # Debug files
    69  *.dSYM/
    70  *.su
    71  *.idb
    72  *.pdb
    73  
    74  # Kernel Module Compile Results
    75  *.cmd
    76  .tmp_versions/
    77  modules.order
    78  Module.symvers
    79  Mkfile.old
    80  dkms.conf
    81  
    82  ### CMake template
    83  CMakeLists.txt.user
    84  CMakeCache.txt
    85  CMakeFiles
    86  CMakeScripts
    87  Testing
    88  Makefile
    89  cmake_install.cmake
    90  install_manifest.txt
    91  compile_commands.json
    92  CTestTestfile.cmake
    93  _deps
    94  
    95  ### Vim template
    96  # Swap
    97  [._]*.s[a-v][a-z]
    98  !*.svg  # comment out if you don't need vector files
    99  [._]*.sw[a-p]
   100  [._]s[a-rt-v][a-z]
   101  [._]ss[a-gi-z]
   102  [._]sw[a-p]
   103  
   104  # Session
   105  Session.vim
   106  Sessionx.vim
   107  
   108  # Temporary
   109  .netrwhist
   110  *~
   111  # Auto-generated tag files
   112  tags
   113  # Persistent undo
   114  [._]*.un~
   115  
   116  ### Go template
   117  # Binaries for programs and plugins
   118  *.exe~
   119  
   120  # Test binary, built with `go test -c`
   121  *.test
   122  
   123  # Output of the go coverage tool, specifically when used with LiteIDE
   124  
   125  # Dependency directories (remove the comment below to include it)
   126  # vendor/
   127  
   128  ### Eclipse template
   129  .metadata
   130  bin/
   131  tmp/
   132  *.tmp
   133  *.bak
   134  *.swp
   135  *~.nib
   136  local.properties
   137  .settings/
   138  .loadpath
   139  .recommenders
   140  
   141  # External tool builders
   142  .externalToolBuilders/
   143  
   144  # Locally stored "Eclipse launch configurations"
   145  *.launch
   146  
   147  # PyDev specific (Python IDE for Eclipse)
   148  *.pydevproject
   149  
   150  # CDT-specific (C/C++ Development Tooling)
   151  .cproject
   152  
   153  # CDT- autotools
   154  .autotools
   155  
   156  # Java annotation processor (APT)
   157  .factorypath
   158  
   159  # PDT-specific (PHP Development Tools)
   160  .buildpath
   161  
   162  # sbteclipse plugin
   163  .target
   164  
   165  # Tern plugin
   166  .tern-project
   167  
   168  # TeXlipse plugin
   169  .texlipse
   170  
   171  # STS (Spring Tool Suite)
   172  .springBeans
   173  
   174  # Code Recommenders
   175  .recommenders/
   176  
   177  # Annotation Processing
   178  .apt_generated/
   179  .apt_generated_test/
   180  
   181  # Scala IDE specific (Scala & Java development for Eclipse)
   182  .cache-main
   183  .scala_dependencies
   184  .worksheet
   185  
   186  # Uncomment this line if you wish to ignore the project description file.
   187  # Typically, this file would be tracked if it contains build/dependency configurations:
   188  #.project
   189  
   190  ### Emacs template
   191  # -*- mode: gitignore; -*-
   192  \#*\#
   193  /.emacs.desktop
   194  /.emacs.desktop.lock
   195  *.elc
   196  auto-save-list
   197  tramp
   198  .\#*
   199  
   200  # Org-mode
   201  .org-id-locations
   202  *_archive
   203  
   204  # flymake-mode
   205  *_flymake.*
   206  
   207  # eshell files
   208  /eshell/history
   209  /eshell/lastdir
   210  
   211  # elpa packages
   212  /elpa/
   213  
   214  # reftex files
   215  *.rel
   216  
   217  # AUCTeX auto folder
   218  /auto/
   219  
   220  # cask packages
   221  .cask/
   222  dist/
   223  
   224  # Flycheck
   225  flycheck_*.el
   226  
   227  # server auth directory
   228  /server/
   229  
   230  # projectiles files
   231  .projectile
   232  
   233  # directory configuration
   234  .dir-locals.el
   235  
   236  # network security
   237  /network-security.data
   238  
   239  
   240  ### C++ template
   241  # Prerequisites
   242  
   243  # Compiled Object files
   244  *.slo
   245  
   246  # Precompiled Headers
   247  
   248  # Compiled Dynamic libraries
   249  
   250  # Fortran module files
   251  *.smod
   252  
   253  # Compiled Static libraries
   254  *.lai
   255  
   256  # Executables
   257  
   258  ### Windows template
   259  # Windows thumbnail cache files
   260  Thumbs.db
   261  Thumbs.db:encryptable
   262  ehthumbs.db
   263  ehthumbs_vista.db
   264  
   265  # Dump file
   266  *.stackdump
   267  
   268  # Folder config file
   269  [Dd]esktop.ini
   270  
   271  # Recycle Bin used on file shares
   272  $RECYCLE.BIN/
   273  
   274  # Windows Installer files
   275  *.cab
   276  *.msi
   277  *.msix
   278  *.msm
   279  *.msp
   280  
   281  # Windows shortcuts
   282  *.lnk
   283  
   284  ### Diff template
   285  *.patch
   286  *.diff
   287  
   288  ### Linux template
   289  
   290  # temporary files which can be created if a process still has a handle open of a deleted file
   291  .fuse_hidden*
   292  
   293  # KDE directory preferences
   294  .directory
   295  
   296  # Linux trash folder which might appear on any partition or disk
   297  .Trash-*
   298  
   299  # .nfs files are created when an open file is removed but is still being accessed
   300  .nfs*
   301  
   302  ### IDEA
   303  .idea
   304