-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
26 lines (24 loc) · 923 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# __ __ ____ _ _
# | \/ |_ _/ ___| ___ _ __(_)_ __ | |_ ___ | Simple
# | |\/| | | | \___ \ / __| '__| | '_ \| __/ __| | Linux
# | | | | |_| |___) | (__| | | | |_) | |_\__ \ | Script
# |_| |_|\__, |____/ \___|_| |_| .__/ \__|___/ | Management
# |___/ |_|
# KawaiiPantsu - https://github.com/kawaiipantsu/myscripts
###############################################################
# Ignore any accumulated log files ...
log/**
# Make sure we start clean, even if i'm in use on the local system
bin-enabled/**
man-enabled/**
!bin-enabled/myscript-conf
!bin-enabled/myscript-checkdeps
!bin-enabled/myscript-man
!bin-enabled/myscripts-manager
!man-enabled/myscript-conf**
!man-enabled/myscripts-manager**
!man-enabled/myscript-checkdeps**
!man-enabled/myscript-man**
# Ignore some testing things ...
bin-available/myscript-testing**
bin-available/myscript-benchmark**