Selaa lähdekoodia

added C/C++/Mac files to gitignore

lucananni93 2 vuotta sitten
vanhempi
commit
5301b5fa07
1 muutettua tiedostoa jossa 77 lisäystä ja 0 poistoa
  1. 77 0
      .gitignore

+ 77 - 0
.gitignore

@@ -1,3 +1,8 @@
+### CUSTOM ###
+total_execution.time
+
+### R ###
+
 # History files
 # History files
 .Rhistory
 .Rhistory
 .Rapp.history
 .Rapp.history
@@ -47,4 +52,76 @@ po/*~
 
 
 # RStudio Connect folder
 # RStudio Connect folder
 rsconnect/
 rsconnect/
+
+### R.Bookdown Stack ###
+# R package: bookdown caching files
+/*_files/
+
+### C++ ###
+# Prerequisites
+*.d
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+
+### macOS ###
+# General
 .DS_Store
 .DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+### macOS Patch ###
+# iCloud generated files
+*.icloud
+