Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelSmart committed Dec 17, 2019
1 parent d8bc74e commit 7595ebd
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# Offline data, runtime logs #
##############################
logs/*

# Ignore files without extension
*
!*/
!*.*

# Personal CONFIG file #
##############################
CONFIG.mine
config_mine.py

# Temporary files #
###################
*.bak
*.orig
*.rej
*.tmp
callgrind.out.*

# Vim
.*.swp
tags

# Eclipse #
###########
.project
.cproject
.settings

# VS Code IDE #
###############
.vscode/**

# Temporary files #
###################
*.bak
*.orig
*.rej
*.tmp
callgrind.out.*

# Compiled source #
###################
Programs/*/*.sch
Programs/*/*.bc
*.com
*.class
*.dll
*.exe
*.x
*.o
*.so
*.pyc
*.bc
*.sch
*.a
*.static
*.d

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Latex #
#########
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.bbl
*.bcf
*.blg


# Logs and databases #
######################
*.log
*.sql
*.sqlite
*.data

0 comments on commit 7595ebd

Please sign in to comment.