~ruther/simple-clock

5917425c1b5ee867a22ee38dc598a89239674425 — František Boháček 1 year, 8 months ago 9a82d5e
chore: move .gitignore to root
2 files changed, 71 insertions(+), 1 deletions(-)

A .gitignore
D source/.gitignore
A .gitignore => .gitignore +71 -0
@@ 0,0 1,71 @@
# Created by https://www.toptal.com/developers/gitignore/api/rust,emacs
# Edit at https://www.toptal.com/developers/gitignore?templates=rust,emacs

### Emacs ###
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Org-mode
.org-id-locations
*_archive

# flymake-mode
*_flymake.*

# eshell files
/eshell/history
/eshell/lastdir

# elpa packages
/elpa/

# reftex files
*.rel

# AUCTeX auto folder
/auto/

# cask packages
.cask/
dist/

# Flycheck
flycheck_*.el

# server auth directory
/server/

# projectiles files
.projectile

# directory configuration
.dir-locals.el

# network security
/network-security.data


### Rust ###
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# End of https://www.toptal.com/developers/gitignore/api/rust,emacs

D source/.gitignore => source/.gitignore +0 -1
@@ 1,1 0,0 @@
/target

Do not follow this link