-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
40 lines (31 loc) · 1 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
# Version Tracking Ignore Rules for Git VCS
# https://git-scm.com/docs/gitignore
## Built executables
*.executable
Hello-GNU-Build-System
## Built object code files
*.o
## Automatically generated Makefiles
Makefile*
!Makefile.am
## M4 Cache
## What is autom4te.cache? - FAQ - Autoconf <https://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node/autom4te_002ecache.html>
/autom4te.cache/
## Automatically generated files by configure program
## Not restricted to root directory due to VPATH builds
config.log
config.status
## Automatically generated configure script by Autoconf
/configure
## Automatically installed files by autoreconf
/compile
/install-sh
/missing
## Automatically installed files by Automake
/depcomp
## Definitions for third-party macros used in configure.ac
## Also automatically generated, so ignore it until we really used it
## Credit and documentation: A. Duret-Lutz - Using GNU Autotools - Preparing the Package
/aclocal.m4
## Automatically generated dependency tracking data
.deps/