Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit d9e3116

Browse files
committed
feat: add c ignore
Former-commit-id: 9d7b9618d73a584c7717343208e6299baf2f0380 Former-commit-id: 622c6be18cfee87f232a4f7237972cdff5da677f Former-commit-id: 777e38d3bb688bc0e7362e699ea0c4ec07a11249 Former-commit-id: 156966c88197e47721ec07cf230421bd6b33e4ae Former-commit-id: 7f2ca43ee3f27da379ae6088a3e27eafdf9563c5
1 parent 5d51a94 commit d9e3116

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

.gitignore

+59
Original file line numberDiff line numberDiff line change
@@ -274,3 +274,62 @@ TSWLatexianTemp*
274274

275275
# Makeindex log files
276276
*.lpz
277+
278+
# Created by https://www.toptal.com/developers/gitignore/api/c
279+
# Edit at https://www.toptal.com/developers/gitignore?templates=c
280+
281+
### C ###
282+
# Prerequisites
283+
*.d
284+
285+
# Object files
286+
*.o
287+
*.ko
288+
*.obj
289+
*.elf
290+
291+
# Linker output
292+
*.ilk
293+
*.map
294+
*.exp
295+
296+
# Precompiled Headers
297+
*.gch
298+
*.pch
299+
300+
# Libraries
301+
*.lib
302+
*.a
303+
*.la
304+
*.lo
305+
306+
# Shared objects (inc. Windows DLLs)
307+
*.dll
308+
*.so
309+
*.so.*
310+
*.dylib
311+
312+
# Executables
313+
*.exe
314+
*.out
315+
*.app
316+
*.i*86
317+
*.x86_64
318+
*.hex
319+
320+
# Debug files
321+
*.dSYM/
322+
*.su
323+
*.idb
324+
*.pdb
325+
326+
# Kernel Module Compile Results
327+
*.mod*
328+
*.cmd
329+
.tmp_versions/
330+
modules.order
331+
Module.symvers
332+
Mkfile.old
333+
dkms.conf
334+
335+
# End of https://www.toptal.com/developers/gitignore/api/c

0 commit comments

Comments
 (0)