-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
77 lines (77 loc) · 1.39 KB
/
.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# .gitignore (sudo apt-get install git-all)
# .gitignore 3.594.958 2020-10-18T16:02:16.726384-05:00 (CDT) https://github.com/BradleyA/user-files.git master uadmin one-rpi3b.cptx86.com 3.593
# .gitignore --> add hooks/ git-TEST-commit-automation directories:wq
# .gitignore 3.306.535 2019-08-16T17:15:26.734333-05:00 (CDT) https://github.com/BradleyA/user-files.git uadmin one-rpi3b.cptx86.com 3.305-2-g62999fe
# .gitignore add *.test-case-output .netrc
# .gitignore 1.0.6 2018-02-15_10:58:09_CST uadmin four-rpi3b.cptx86.com 1.0
# Inital commit of basic .gitignore settings
# all git-TEST-commit-automation files other than custom test cases in TEST directories
hooks/
# ignore
*.test-case-output
.netrc
.env
chefignore
.gitignore
.dockerignore
# editor #
**/*~
**/*.bak
**/*.sw[abcdefghijklmnop]
**/*#
# IDE #
/.idea/workspace.xml
/.idea/tasks.xml
.classpath
.project
.settings
.metadata
*.iml
*.ipr
# thanks to octocat@github.com for some of these
# Compile #
**/*.dll
**/*.exe
**/*.o
**/*.pyc
**/*.pyo
**/*.swf
**/*.air
**/*.ipa
**/*.apk
**/*.slo
**/*.lo
**/*.obj
**/*.lai
**/*.la
**/*.a
**/*.lib
**/*.gch
**/*.pch
**/*.ilk
**/*.map
**/*.exp
**/*.dylib
# Executables #
**/*.exe
**/*.exe~
**/*.out
**/*.app
# Packages #
**/*.7z
**/*.dmg
**/*.gz
**/*.iso
**/*.jar
**/*.rar
**/*.tar
**/*.zip
# Logs and databases #
**/*.log
**/*.sql
**/*.sqlite
# Other #
**/target/
**/*.war
**/*.ear
###